|
@@ -7,7 +7,7 @@ import { AbstractMesh } from "Mesh/abstractMesh";
|
|
import { VertexBuffer } from "Mesh/buffer";
|
|
import { VertexBuffer } from "Mesh/buffer";
|
|
import { Animation } from "Animations/animation";
|
|
import { Animation } from "Animations/animation";
|
|
import { AnimationPropertiesOverride } from "Animations/animationPropertiesOverride";
|
|
import { AnimationPropertiesOverride } from "Animations/animationPropertiesOverride";
|
|
-import { serialize } from "Tools/decorators";
|
|
|
|
|
|
+import { serialize, SerializationHelper } from "Tools/decorators";
|
|
/**
|
|
/**
|
|
* Defines a target to use with MorphTargetManager
|
|
* Defines a target to use with MorphTargetManager
|
|
* @see http://doc.babylonjs.com/how_to/how_to_use_morphtargets
|
|
* @see http://doc.babylonjs.com/how_to/how_to_use_morphtargets
|
|
@@ -195,7 +195,7 @@ import { serialize } from "Tools/decorators";
|
|
}
|
|
}
|
|
|
|
|
|
// Animations
|
|
// Animations
|
|
- Animation.AppendSerializedAnimations(this, serializationObject);
|
|
|
|
|
|
+ SerializationHelper.AppendSerializedAnimations(this, serializationObject);
|
|
|
|
|
|
return serializationObject;
|
|
return serializationObject;
|
|
}
|
|
}
|