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 SummaryConstructors
- 
Method SummaryModifier 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- 
PoseDeprecated.
- 
Poseprotected Pose()Deprecated.Serialization-only. Do not use.
 
- 
- 
Method Details- 
getTargetMeshIndexpublic int getTargetMeshIndex()Deprecated.
- 
applyDeprecated.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 offsets
- vertexBuffer- Vertex buffer to apply this pose to
 
- 
cloneDeprecated.This method creates a clone of the current object.
- 
writeDeprecated.- Specified by:
- writein interface- Savable
- Throws:
- IOException
 
- 
readDeprecated.- Specified by:
- readin interface- Savable
- Throws:
- IOException
 
 
-