This program use c++ and opengl to draw a room with a dog.
Use the menu (prees m to show/hide) to control the scene and open the help category for more information.
- freeglut/opengl: used to draw the scene.
- glm: used to do geometric calculations.
- imgui: used to create the menu.
- tinyobjloader: used to load the wavefront .obj files, this files contain the data of the drawing objects in the scene an was taken from websites like cgtrader and free3d.
Feel free to ask questions, contribute and use this code as you like :)