Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在自学 babylon.js,并且正在创建一个动画库类(在 javascript 中)。我想知道 babylon.js 是否提供了一个工具,可以让我为我的僵尸角色提取整个动画关键帧?
作为一种解决方法,我正在做的是硬输入总帧数,但我想动态地做。
您有一个名为 mesh.skeleton.animations 的数组。
每个动画都有一个包含所有关键帧的 keys 属性