mgsx-dev / gdx-gltf

GLTF 2.0 3D format support and PBR shader implementation for LibGDX
Apache License 2.0
214 stars 50 forks source link

Fix loading GLTF with unknwon json field #132

Open xpenatan opened 1 week ago

xpenatan commented 1 week ago

kenney models from fantasy-town have a modified glltf json that fails to load here because json dont ingore unknwon fields.

With the ignore flag the models can now be loaded.

https://kenney.nl/assets/fantasy-town-kit

image