yomotsu / meshwalk

for your TPS game development with three.js.
240 stars 42 forks source link

Adding a new glb end up giving error GLTFLoader.js:134 TypeError: Cannot read properties of undefined (reading 'uuid') at Octree.importThreeMesh (meshwalk.module.js:614:43) #18

Open Sam12355 opened 1 year ago

Sam12355 commented 1 year ago

Hi,

I tried adding the following glb file but I get the following error

GLTFLoader.js:134 TypeError: Cannot read properties of undefined (reading 'uuid') at Octree.importThreeMesh (meshwalk.module.js:614:43) at (index):144:9 at GLTFLoader.js:161:7 at GLTFLoader.js:1721:4

This is the glb file i tried to add.

https://sketchfab.com/3d-models/art-gallery-3c3248e07296402ead6facab0a09bdcc

Please help!

Thanks.