bluecore/trimeshloader/Changelog.txt

44 lines
846 B
Plaintext

2007/05/28 - Paolo Manna
* added [3ds|obj]HasNormal functions.
* fixed severe bugs in 3ds loader
* fixed texcoord and minor parsing bugs in obj loader
* merged material loading code
*** RELEASE 0.0.12
2007/05/28 - Cirdan
* again bug fixes in obj code
*** RELEASE 0.0.11
2007/05/28 - Cirdan
* relative indices
* bug fix in new obj code
*** RELEASE 0.0.10
2007/05/28 - Cirdan
* use a faster lookup method in obj code
2007/04/24 - Cirdan
* fixed a memory leak in tlLoad3DS/tlLoadObj functions
* added flexible vertex formats for high level loading
2007/04/17 - Cirdan
* renamed tlTrimeshFrom[3ds|Obj]State to tlCreateTrimeshFrom[3ds|Obj]State
* changed license from MIT to zlib
2007/04/17 - Cirdan
* replaced "0" with NULL
2007/04/16 - Cirdan
* added tl3dsCheckFileExtension and tlObjCheckFileExtension functions.