From 890c5d6e866480417c47f6c4fedf5606b442b1e9 Mon Sep 17 00:00:00 2001 From: Syoyo Fujita Date: Thu, 25 Apr 2013 03:51:31 -0700 Subject: [PATCH] Create gh-pages branch via GitHub --- index.html | 9 +++++++++ params.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) 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