Skip to content
Permalink
Browse files
Add GLEW lib
  • Loading branch information
ac7020 committed Sep 27, 2021
1 parent 84c7119 commit 7fe8ce4b7e14ca193512766f5fcb54ac61eb4c5c
Showing 1 changed file with 1 addition and 0 deletions.
@@ -212,6 +212,7 @@ This section is advanced level so it is optional.
To render more complex shapes e.g. teapot you will need to be able to load a mesh from a file and
render each of its triangles. A simple mesh loader (OBJloader.h) written in C++ can be downloaded from Week 2 folder.
Note this code is limited to only loading meshes of file type OBJ.
For using OBJloader.h, you also need to add Vertex.h and GLEW libary header (glew.h) into the project.

The mesh loader handle the import of OBJ file is inside the header file : OBJloader.h.
This is a head file only library. It is a simplified version of Bly7 OBJ Loader library ( https://github.com/Bly7/OBJ-Loader ).

0 comments on commit 7fe8ce4

Please sign in to comment.