el-cangrejo / simple_obj_loader

Loads and displays .obj files using opengl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

simple_obj_loader

Usage : Objloader <.obj filepath>

Loads an .obj file and displays it using opengl

  • Use 'p' to display the vertices
  • Use 'l' to display the mesh
  • Use 't' to display the filled triangles
  • Use 'n' to display the normals
  • Use 'm' to remove the normals

currently supports only Vertex Normal Indices Without Texture Coordinate Indices does not support texture coordinates

About

Loads and displays .obj files using opengl


Languages

Language:C++ 95.9%Language:CMake 4.1%