Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b00139 commit 776e939Copy full SHA for 776e939
1 file changed
08_Loading_models.md
@@ -17,13 +17,8 @@ itself rather than the details of loading it from a file.
17
We will use the [tinyobjloader](https://github.com/syoyo/tinyobjloader) library
18
to load vertices and faces from an OBJ file. It's fast and it's easy to
19
integrate because it's a single file library like stb_image. Go to the
20
-repository linked above and make sure to switch to the `develop` branch to view
21
-the latest version of the library.
22
-
23
-
24
25
-Download the `tiny_obj_loader.h` file to a folder in your library directory and
26
-add it to your compiler's include path.
+repository linked above and download the `tiny_obj_loader.h` file to a folder in
+your library directory.
27
28
**Visual Studio**
29
0 commit comments