Rendering wavefront obj 3D object with OpenGL using c++ and glut library

Опубликовано: 27 Октябрь 2024
на канале: Karan
794
12

This program loads all the vertices and faces from the obj file and even loads their material from mtl file and stores into heap as a custom vector and uses opengl to render it into 3D perspective.

You can control the viewport using middle mouse button, cycle through objects using left button and toogle the wireframe using right mouse button.