|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jme3.animation.PoseTrack
@Deprecated public final class PoseTrack
A single track of pose animation associated with a certain mesh.
Nested Class Summary | |
---|---|
static class |
PoseTrack.PoseFrame
Deprecated. |
Constructor Summary | |
---|---|
PoseTrack()
Deprecated. Serialization-only. |
|
PoseTrack(int targetMeshIndex,
float[] times,
PoseTrack.PoseFrame[] frames)
Deprecated. |
Method Summary | |
---|---|
PoseTrack |
clone()
Deprecated. This method creates a clone of the current object. |
float |
getLength()
Deprecated. |
void |
read(JmeImporter i)
Deprecated. |
void |
setTime(float time,
float weight,
AnimControl control,
AnimChannel channel,
TempVars vars)
Deprecated. Sets the time of the animation. |
void |
write(JmeExporter e)
Deprecated. |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PoseTrack(int targetMeshIndex, float[] times, PoseTrack.PoseFrame[] frames)
public PoseTrack()
Method Detail |
---|
public void setTime(float time, float weight, AnimControl control, AnimChannel channel, TempVars vars)
Track
setTime
in interface Track
time
- The time in the animationweight
- The weight from 0 to 1 on how much to apply the trackcontrol
- The control which the track should effectchannel
- The channel which the track should effectpublic float getLength()
getLength
in interface Track
public PoseTrack clone()
clone
in interface Track
clone
in class java.lang.Object
public void write(JmeExporter e) throws java.io.IOException
write
in interface Savable
java.io.IOException
public void read(JmeImporter i) throws java.io.IOException
read
in interface Savable
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |