Skip to content
Permalink
Browse files
update obj files
  • Loading branch information
ac7020 committed Oct 10, 2022
1 parent b36eac0 commit 4e1829c9060e1476cda691298e8f3e2d44ba531c
Showing 1 changed file with 1 addition and 1 deletion.
@@ -217,7 +217,7 @@ For using OBJloader.h, you also need to add Vertex.h and GLEW libary header (gle
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 ).

Examples of a cube and a teapot OBJ files can also be downloaded from week 2.
Examples of a house and a pig OBJ files can also be downloaded from week 2.

## Example of mesh class

0 comments on commit 4e1829c

Please sign in to comment.