Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 776e939

Browse files
committed
Update tinyobjloader instructions for latest version (fixes #21)
1 parent 2b00139 commit 776e939

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

08_Loading_models.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,8 @@ itself rather than the details of loading it from a file.
1717
We will use the [tinyobjloader](https://github.com/syoyo/tinyobjloader) library
1818
to load vertices and faces from an OBJ file. It's fast and it's easy to
1919
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-
![](/images/select_develop_branch.png)
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.
20+
repository linked above and download the `tiny_obj_loader.h` file to a folder in
21+
your library directory.
2722

2823
**Visual Studio**
2924

0 commit comments

Comments
 (0)