Package com.jme3.animation
Class Pose
java.lang.Object
com.jme3.animation.Pose
Deprecated.
A pose is a list of offsets that say where a mesh vertices should be for this pose.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapply(float blend, FloatBuffer vertexBuffer) Deprecated.Applies the offsets of this pose to the vertex buffer given by the blend factor.clone()Deprecated.This method creates a clone of the current object.intDeprecated.voidread(JmeImporter i) Deprecated.voidwrite(JmeExporter e) Deprecated.
-
Constructor Details
-
Pose
Deprecated. -
Pose
protected Pose()Deprecated.Serialization-only. Do not use.
-
-
Method Details
-
getTargetMeshIndex
public int getTargetMeshIndex()Deprecated. -
apply
Deprecated.Applies the offsets of this pose to the vertex buffer given by the blend factor.- Parameters:
blend- Blend factor, 0 = no change to vertex buffer, 1 = apply full offsetsvertexBuffer- Vertex buffer to apply this pose to
-
clone
Deprecated.This method creates a clone of the current object. -
write
Deprecated.- Specified by:
writein interfaceSavable- Throws:
IOException
-
read
Deprecated.- Specified by:
readin interfaceSavable- Throws:
IOException
-