Small update for README.

This commit is contained in:
Syoyo Fujita
2015-02-02 17:43:08 +09:00
parent fae5b03e7c
commit 0a500b77e7

View File

@@ -7,7 +7,8 @@ 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. 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 ;-) `tinyobjloader` is good for embedding .obj loader to your (global illumination) renderer ;-)
What's new What's new
---------- ----------
@@ -50,7 +51,7 @@ Features
* Texcoord * Texcoord
* Normal * Normal
* Material * Material
* Unknown material attributes are treated as key-value. * Unknown material attributes are treated as key-value(value is string).
Notes Notes
----- -----