zeux / meshoptimizer

Mesh optimization library that makes meshes smaller and faster to render
MIT License
5.49k stars 473 forks source link

gltfpack: Update fast_obj to 1.3 #702

Closed zeux closed 3 months ago

zeux commented 3 months ago

fast_obj 1.3 makes a change to internal data structures to use indexed texture objects; as such the .obj material parsing code had to be reworked to accommodate that.