|
@@ -823,6 +823,7 @@ Object3D.prototype = Object.assign( Object.create( EventDispatcher.prototype ),
|
|
this.up.copy( source.up );
|
|
this.up.copy( source.up );
|
|
|
|
|
|
this.position.copy( source.position );
|
|
this.position.copy( source.position );
|
|
|
|
+ this.rotation.order = source.rotation.order;
|
|
this.quaternion.copy( source.quaternion );
|
|
this.quaternion.copy( source.quaternion );
|
|
this.scale.copy( source.scale );
|
|
this.scale.copy( source.scale );
|
|
|
|
|