Sztakler / opengl-objectviewer

Simple program for displaying .obj files made in C++/OpenGL for university course.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

opengl-objectviewer

Simple program for displaying .obj files made in C++/OpenGL for university course.

Files

Sample models and textures are included in the data folder. The program allows for texturing models, including the application of procedural textures. Illustrations included in the README showcase examples of models with textures generated using Perlin noise as well as textures downloaded from ShaderToy.

Controls

You can orbit around objects with your mouse. Press shift to zoom in and space to zoom out, alternatively use mouse scroll.

Examples

image

image

About

Simple program for displaying .obj files made in C++/OpenGL for university course.


Languages

Language:C++ 94.2%Language:GLSL 5.6%Language:Makefile 0.2%