提交 63880c06 编写于 作者: T tschw

Animation: Fixed JSON import.

上级 49e181f1
......@@ -400,7 +400,7 @@ Object.assign( THREE.KeyframeTrack, {
var times = [], values = [];
THREE.AnimationUtils.flattenJSON( json, times, values, 'value' );
THREE.AnimationUtils.flattenJSON( json[ 'keys' ], times, values, 'value' );
json[ 'times' ] = times;
json[ 'values' ] = values;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册