
하자이너가 보낸 3D 모델 애니메이션 적용중에 이러한 오류가 발생하였다!

GLTFLoader.js:219 TypeError: Cannot read properties of undefined (reading 'uuid')
at AnimationMixer.clipAction
action = mixer.clipAction(model1.animations[0]);
원인은 이 코드에 있다. animations[0]의 정보를 읽을 수 없다고 해서, 3D 객체를 콘솔에 출력해보았다.

오.. 역시 animations 정보가 비어있군.
하자이너님께 다시 담아서 보내달라고 했다!