diff --git a/index.html b/index.html index 15eb071..be1d720 100644 --- a/index.html +++ b/index.html @@ -40,10 +40,19 @@

tinyobjloader

+

http://syoyo.github.io/tinyobjloader/

+

Tiny but poweful single file wavefront obj loader written in C++. No dependency except for C++ STL. It can parse 10M over polygons with moderate memory and time.

Good for embedding .obj loader to your (global illumination) renderer ;-)

+

Example

+ +

Rungholt

+ +

tinyobjloader can successfully load 6M triangles Rungholt scene. +http://graphics.cs.williams.edu/data/meshes.xml

+

Features