"THREE.Object3D.add: object not an instance of THREE.Object3D". I get this error every time I try use a GLB model file with a GLTFLoader(). How can i fix this

See GLTFLoader docs — the output is object.scene and not object.SCENE.

1 Like

I changed my orignal var SCENE to var scene and it all worked, been stuck on that all day, thank you :sob: