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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
apply
(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.int
Deprecated.void
read
(JmeImporter i) Deprecated.void
write
(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:
write
in interfaceSavable
- Throws:
IOException
-
read
Deprecated.- Specified by:
read
in interfaceSavable
- Throws:
IOException
-