mirror of
https://github.com/thisistherk/fast_obj.git
synced 2025-04-04 13:05:02 +00:00
Small note about API change in 1.3
This commit is contained in:
parent
9e2c3677b6
commit
42629f7442
1 changed files with 5 additions and 0 deletions
|
@ -21,4 +21,9 @@ the mesh arrays.
|
||||||
A simple test app is provided to compare speed against [tinyobjloader](https://github.com/syoyo/tinyobjloader) and
|
A simple test app is provided to compare speed against [tinyobjloader](https://github.com/syoyo/tinyobjloader) and
|
||||||
check output matches.
|
check output matches.
|
||||||
|
|
||||||
|
### Version 1.3
|
||||||
|
|
||||||
|
Version 1.3 makes a small change to the API. Textures are now stored in a separate array on the
|
||||||
|
`fastObjMesh` structure, and are referenced by index from materials, instead of being referenced
|
||||||
|
by the material directly.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue