Package com.jme3.animation
Class PoseTrack
java.lang.Object
com.jme3.animation.PoseTrack
Deprecated.
A single track of pose animation associated with a certain mesh.
- 
Nested Class SummaryNested Classes
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedDeprecated.Serialization-only.PoseTrack(int targetMeshIndex, float[] times, PoseTrack.PoseFrame[] frames) Deprecated.
- 
Method SummaryModifier and TypeMethodDescriptionclone()Deprecated.This method creates a clone of the current object.float[]Deprecated.Get the times in seconds for all keyframes.floatDeprecated.voidread(JmeImporter i) Deprecated.voidsetTime(float time, float weight, AnimControl control, AnimChannel channel, TempVars vars) Deprecated.Sets the time of the animation.voidwrite(JmeExporter e) Deprecated.
- 
Constructor Details- 
PoseTrackDeprecated.
- 
PoseTrackprotected PoseTrack()Deprecated.Serialization-only. Do not use.
 
- 
- 
Method Details- 
setTimepublic void setTime(float time, float weight, AnimControl control, AnimChannel channel, TempVars vars) Deprecated.Description copied from interface:TrackSets the time of the animation. Internally, the track will retrieve objects from the control and modify them according to the properties of the channel and the given parameters.
- 
getLengthpublic float getLength()Deprecated.
- 
getKeyFrameTimespublic float[] getKeyFrameTimes()Deprecated.Description copied from interface:TrackGet the times in seconds for all keyframes. All keyframe times should be between 0.0 andlength. Modifying the provided array is not allowed, as it may corrupt internal state.- Specified by:
- getKeyFrameTimesin interface- Track
- Returns:
- the keyframe times
 
- 
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
 
 
-