Skip to content

Commit

Permalink
Small note about API change in 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
thisistherk authored Jun 4, 2024
1 parent 9e2c367 commit 42629f7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 42629f7

Please sign in to comment.