Orillusion / orillusion

Orillusion is a pure Web3D rendering engine which is fully developed based on the WebGPU standard.
https://www.orillusion.com
MIT License
5.04k stars 628 forks source link

[FR]: Support EXT_meshopt_compression and EXT_texture_webp glTF extension #395

Open KaygNas opened 7 months ago

KaygNas commented 7 months ago

Is your feature request related to a problem? Please describe

Yes, I failed to load a .gltf file and I suppose it was caused by the extension support.

Describe the solution you'd like

Support the extension.

Describe alternatives you've considered

Any suggestion to work around like import the model and export to make it compatible.

Additional context

None.

ID-Emmett commented 7 months ago

You can try importing models into Blender and exporting them as GLB or GLTF.

KaygNas commented 7 months ago

You can try importing models into Blender and exporting them as GLB or GLTF.

Thanks, succeed by using gltf-transform to remove the EXT_meshopt_compression and using Blender to export again.

orillusion-admin commented 4 months ago

We will add the EXT_meshopt_compression extension in future.