diff --git a/README.md b/README.md index a9bc8fb..bb7dcaa 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,15 @@ Tiny but poweful single file wavefront obj loader written in C++. No dependency Good for embedding .obj loader to your (global illumination) renderer ;-) + +Example +------- + +https://github.com/syoyo/tinyobjloader/images/rungholt.jpg + +tinyobjloader can successfully load 6M triangles Rungholt scene. +http://graphics.cs.williams.edu/data/meshes.xml + Features -------- diff --git a/images/rungholt.jpg b/images/rungholt.jpg new file mode 100644 index 0000000..17718eb Binary files /dev/null and b/images/rungholt.jpg differ