未验证 提交 36dc4a7c 编写于 作者: M Mr.doob 提交者: GitHub

Merge pull request #13743 from nick-nikoliuk/fix-fbx-clip-parse

FBXLoader: Fix clip offset time.
......@@ -2177,6 +2177,14 @@
};
var offset = animationCurve.times[ 0 ];
for ( var i = 0; i < animationCurve.times.length; i++ ) {
animationCurve.times[ i ] -= offset;
}
var relationships = connections.get( animationCurve.id );
if ( relationships !== undefined ) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册