/3D-Model-Loader

Basic 3D OBJ File Loader in OpenGL

Primary LanguageC++MIT LicenseMIT

3D Model Loader

about

Basic 3D OBJ File Loader in C++ & OpenGL.

Controls

Press A and D to load different obj files in the folder. Press Arrow Keys to rotate in different axis: Arrow Up and Down for Z axis, Left and Right for Y axis.

Requirements

  • C++ Compiler >= GCC 4.8.1
  • Freeglut-dev >= Freeglut 3.0.0

Once the required libraries are installed, just enter make to compile.

Not Loading Correctly?

Only works for OBJ of Traingular Phases Type.