oframe / ogl

Minimal WebGL Library
https://oframe.github.io/ogl/examples
3.71k stars 211 forks source link

GLTF load error #191

Closed monolithMktg closed 11 months ago

monolithMktg commented 11 months ago

I am importing a glb file in OGL, which usually works, only this time I am getting this error in the log: capture_240

This is the glb file: https://easyupload.io/ludf72

Any help would be greatly appreciated.

gordonnl commented 11 months ago

Is the file using Draco compression? That's not currently supported

monolithMktg commented 11 months ago

Is the file using Draco compression? That's not currently supported

Oh that was the problem. I didn't check the "Compression" option in Blender export and it seems to have fixed it. Thank you very much Nathan for the prompt response and for this beautiful library. :D