From 42629f744269e004907a6fb4f16c6c7f69acc586 Mon Sep 17 00:00:00 2001 From: Richard Knight Date: Tue, 4 Jun 2024 20:31:38 +0100 Subject: [PATCH] Small note about API change in 1.3 --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index e62df79..6f1f56e 100644 --- a/README.md +++ b/README.md @@ -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.