来自 sketchfab 的模型没有在框架中制作动画
Model from sketchfab not animating in aframe
Link
https://glitch.com/edit/#!/internal-electric-shear
我从 sketchfab 下载了独角兽并将 blender 文件转换为 .glb。出于某种原因,动画混合器没有触发动画。我尝试将我的 glb 文件放在其他在线查看器中,他们 运行 在那里很好。我正在寻找的动画名为 运行,但没有任何效果。
Animation-mixer 您使用的不是 a-frame 的默认功能。这是 donmccurdy
的 aframe extras 的一部分
<script src="https://cdn.jsdelivr.net/gh/donmccurdy/aframe-extras@v6.1.1/dist/aframe-extras.min.js"></script>
在动画混合器属性中也使用正确的名称,与 sketchfab 网站中提到的完全相同
<a-entity gltf-model="./unicorn.gltf" animation-mixer="clip:walk">
Link
https://glitch.com/edit/#!/internal-electric-shear
我从 sketchfab 下载了独角兽并将 blender 文件转换为 .glb。出于某种原因,动画混合器没有触发动画。我尝试将我的 glb 文件放在其他在线查看器中,他们 运行 在那里很好。我正在寻找的动画名为 运行,但没有任何效果。
Animation-mixer 您使用的不是 a-frame 的默认功能。这是 donmccurdy
的 aframe extras 的一部分 <script src="https://cdn.jsdelivr.net/gh/donmccurdy/aframe-extras@v6.1.1/dist/aframe-extras.min.js"></script>
在动画混合器属性中也使用正确的名称,与 sketchfab 网站中提到的完全相同
<a-entity gltf-model="./unicorn.gltf" animation-mixer="clip:walk">