Update README.
Bump version 0.9.9.
This commit is contained in:
@@ -13,6 +13,7 @@ Tiny but poweful single file wavefront obj loader written in C++. No dependency
|
|||||||
What's new
|
What's new
|
||||||
----------
|
----------
|
||||||
|
|
||||||
|
* Mar 03, 2015 : Replace atof() with hand-written parser for robust reading of numeric value. Thanks skurmedel!
|
||||||
* Feb 06, 2015 : Fix parsing multi-material object
|
* Feb 06, 2015 : Fix parsing multi-material object
|
||||||
* Sep 14, 2014 : Add support for multi-material per object/group. Thanks Mykhailo!
|
* Sep 14, 2014 : Add support for multi-material per object/group. Thanks Mykhailo!
|
||||||
* Mar 17, 2014 : Fixed trim newline bugs. Thanks ardneran!
|
* Mar 17, 2014 : Fixed trim newline bugs. Thanks ardneran!
|
||||||
|
|||||||
@@ -5,6 +5,7 @@
|
|||||||
//
|
//
|
||||||
|
|
||||||
//
|
//
|
||||||
|
// version 0.9.9: Replace atof() with custom parser.
|
||||||
// version 0.9.8: Fix multi-materials(per-face material ID).
|
// version 0.9.8: Fix multi-materials(per-face material ID).
|
||||||
// version 0.9.7: Support multi-materials(per-face material ID) per
|
// version 0.9.7: Support multi-materials(per-face material ID) per
|
||||||
// object/group.
|
// object/group.
|
||||||
|
|||||||
Reference in New Issue
Block a user