GLTF 对象
Optional
mixer 为对应当前对象的动画混合器
通过 gltf.animations 可以获取动画帧。 通过 gltf.scene.mixer.clipAction(gltf.animations[0]).play() 即可播放动画。
gltf.animations
gltf.scene.mixer.clipAction(gltf.animations[0]).play()
GLTF 对象