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

ColladaLoader2: Cloning nodes. Not sure if it's needed though.

上级 f1d0bb5b
......@@ -686,7 +686,7 @@ THREE.ColladaLoader.prototype = {
for ( var i = 0, l = nodes.length; i < l; i ++ ) {
group.add( getNode( nodes[ i ] ) );
group.add( getNode( nodes[ i ] ).clone() );
}
......@@ -786,7 +786,7 @@ THREE.ColladaLoader.prototype = {
console.time( 'ColladaLoader: Build' );
buildLibrary( library.images, buildImage );
// buildLibrary( library.images, buildImage );
// buildLibrary( library.effects, buildEffect );
buildLibrary( library.cameras, buildCamera );
buildLibrary( library.lights, buildLight );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册