diff --git a/src/objects/LOD.js b/src/objects/LOD.js index e1180f7269b97c523e453a5d21b1018df0d4b3dd..cecb6a6d0e1665b85a8c105b6573f20dc88d3b4c 100644 --- a/src/objects/LOD.js +++ b/src/objects/LOD.js @@ -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();