Don’t you really see the type of your object??
It’s not THREE.Mesh()
, it’s THREE.Object3D()
. Of course, you can’t apply any colour, because it has no material. You need to look in its children, they are of THREE.Mesh()
.
Don’t you really see the type of your object??
It’s not THREE.Mesh()
, it’s THREE.Object3D()
. Of course, you can’t apply any colour, because it has no material. You need to look in its children, they are of THREE.Mesh()
.