Small note about API change in 1.3

This commit is contained in:
Richard Knight 2024-06-04 20:31:38 +01:00 committed by GitHub
parent 9e2c3677b6
commit 42629f7442
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,4 +21,9 @@ the mesh arrays.
A simple test app is provided to compare speed against [tinyobjloader](https://github.com/syoyo/tinyobjloader) and
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.