vpenades / SharpGLTF

glTF reader and writer for .NET Standard
MIT License
454 stars 72 forks source link

Support for EXT_meshopt_compression #240

Closed famda closed 4 weeks ago

famda commented 4 weeks ago

Hi,

I'm trying to load a model that was compressed by gltfpack without success. I'm able to load the same model using babylon or threejs.

Is it supported?

Thanks!

vpenades commented 4 weeks ago

No, EXT_meshopt_compression is not supported.

see https://github.com/vpenades/SharpGLTF/discussions/235