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

Merge pull request #16058 from aardgoose/gltf-mod-fixes-2

fix missing import at source
......@@ -2158,7 +2158,7 @@ THREE.GLTFExporter.Utils = {
console.warn( 'THREE.GLTFExporter: Morph target interpolation mode not yet supported. Using LINEAR instead.' );
sourceTrack = sourceTrack.clone();
sourceTrack.setInterpolation( InterpolateLinear );
sourceTrack.setInterpolation( THREE.InterpolateLinear );
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册