提交 2d353f65 编写于 作者: M Mr.doob 提交者: GitHub

Merge pull request #10489 from donmccurdy/bug-clips-ref

Fix old reference to gltf.clips in demo.
......@@ -541,11 +541,11 @@
function toggleAnimations() {
var i, len = gltf.clips.length;
var i, len = gltf.animations.length;
for (i = 0; i < len; i++) {
var clip = gltf.clips[i];
var clip = gltf.animations[i];
var action = mixer.existingAction( clip );
if (action.isRunning()) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册