recp / AssetKit

🎨 Modern 2D/3D - Importer • Exporter • Util - Library, also known as (AssetIO)
Apache License 2.0
185 stars 18 forks source link

fix parsing wavefront-obj (critical) #26

Closed recp closed 3 years ago

recp commented 3 years ago

Each vertex/normal/textcood now has unique id in wavefont-obj spec, it was separated for each object/group which was wrong in AssetKit. This is fixed now.