vpenades / SharpGLTF

glTF reader and writer for .NET Standard
MIT License
478 stars 75 forks source link

Valid MorphPrimitivesTest.glb file fails to load #28

Closed gleblebedev closed 4 years ago

gleblebedev commented 4 years ago

Repro steps: Get the file from kronos samples glTF-Sample-Models\2.0\MorphPrimitivesTest\glTF-Draco\MorphPrimitivesTest.glb

ModelRoot.Read throws an exception: SharpGLTF.Validation.SchemaException: 'Accessor[0] Accessor[0]BufferView must be defined.'

It fails on version 1.0.0-alpha0013

gleblebedev commented 4 years ago

still fails on 1.0.0-alpha0014

vpenades commented 4 years ago

I'm afraid Draco compression is not supported yet, as it requires the native Google's Draco libraries.