|
@@ -945,6 +945,8 @@ class Object3D extends EventDispatcher {
|
|
|
this.frustumCulled = source.frustumCulled;
|
|
|
this.renderOrder = source.renderOrder;
|
|
|
|
|
|
+ this.animations = source.animations;
|
|
|
+
|
|
|
this.userData = JSON.parse( JSON.stringify( source.userData ) );
|
|
|
|
|
|
if ( recursive === true ) {
|