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

LOD: Fix broken clone. See #6661.

上级 7ef836f8
......@@ -116,7 +116,7 @@ THREE.LOD.prototype.clone = function ( object ) {
if ( object === undefined ) object = new THREE.LOD();
THREE.Object3D.prototype.clone.call( this, object );
THREE.Object3D.prototype.clone.call( this, object, false );
for ( var i = 0, l = this.objects.length; i < l; i ++ ) {
var x = this.objects[ i ].object.clone();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册