提交 3e36c194 编写于 作者: M Mr.doob

Merge pull request #7443 from tschw/Animation

Updated webgl_animation_skinning_morph example.
......@@ -515,12 +515,7 @@
rootName = value;
root = rootObjects[ rootNames.indexOf( rootName ) ];
if ( action !== null ) {
// TODO
}
action = mixer.clipAction( clip, root );
}
......@@ -550,6 +545,8 @@
folder.add( API, 'repetitions', 0, Infinity );
folder.add( API, 'local root', rootNames );
API[ 'play()' ]();
}; // function clipControl
// one folder per clip
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册