Код: Выделить всё
this.glbLoader.load('./model.glb', function (gltf) {
this.carMesh = gltf.scene
let allAnimations = gltf.animations
this.scene.add(this.carMesh)
}
Но как я могу добавить этот новый клип в модальную анимацию?
Подробнее здесь: https://stackoverflow.com/questions/798 ... n-three-js
Мобильная версия