Load GLTF in the editor not appearing [ SOLVED ]

I’m trying to import a GLTF file using the editor from the three.js (r93) website. The console says: Loading – “stadiumModel.zip” – “(296 KB)” – “100%”, but I’m not seeing anything. Model below.

stadiumModel.zip (289.5 KB)

The model work correctly using this code:
stadium.zip (527.2 KB)

And using glTF Viewer from @donmccurdy

Solved via:

For the correct import and display, in the three.js editor, of the GlTF model exported from Blender, the export must embed all the items.

24

1 Like