Update README.

This commit is contained in:
Syoyo Fujita
2014-04-10 16:51:35 +09:00
parent 6372ccbef2
commit 6b8e3900c6

View File

@@ -10,6 +10,7 @@ Good for embedding .obj loader to your (global illumination) renderer ;-)
What's new
----------
* Apr 10, 2014 : Add support for parsing 'illum' and 'd'/'Tr' statements. Thanks mmp!
* Jan 27, 2014 : Added CMake project. Thanks bradc6!
* Nov 26, 2013 : Performance optimization by NeuralSandwich. 9% improvement in his project, thanks!
* Sep 12, 2013 : Added multiple .obj sticher example.