@@ -409,10 +409,10 @@ Object3D.prototype = Object.assign( Object.create( EventDispatcher.prototype ),
object.applyMatrix4( _m1 );
- object.updateWorldMatrix( false, false );
-
this.add( object );
+ object.updateWorldMatrix( false, false );
+
return this;
},