From e94b20c042d4a5c3d5b83f5ab3fd9f4c9f47a3a6 Mon Sep 17 00:00:00 2001 From: Syoyo Fujita Date: Sun, 21 Jul 2013 13:48:58 +0900 Subject: [PATCH] Update README. --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f911e5..b8df296 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,17 @@ Example tinyobjloader can successfully load 6M triangles Rungholt scene. http://graphics.cs.williams.edu/data/meshes.xml +Use +--- + +TinyObjLoader is used in ... + +* bullet3 https://github.com/erwincoumans/bullet3 + Features -------- -* Group +* Group(parse multiple group name) * Vertex * Texcoord * Normal @@ -31,6 +38,11 @@ Notes Polygon is converted into triangle. +TODO +---- + +* Support quad polygon and some tags for OpenSubdiv http://graphics.pixar.com/opensubdiv/ + License -------