提交 b46ff4b6 编写于 作者: M Mugen87

3MFLoader: Clean up

上级 dad80588
......@@ -668,9 +668,11 @@ THREE.ThreeMFLoader.prototype = {
// transform composite if necessary
if ( buildItem[ 'transform' ] ) {
var transform = buildItem[ 'transform' ];
if ( transform ) {
composite.applyMatrix( buildItem[ 'transform' ] );
composite.applyMatrix( transform );
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册