|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xith3d.loaders.models.animations.KeyFrameController
org.xith3d.loaders.models.animations.PrecomputedAnimationKeyFrameController
public class PrecomputedAnimationKeyFrameController
Insert type comment here.
| Constructor Summary | |
|---|---|
PrecomputedAnimationKeyFrameController(PrecomputedAnimationKeyFrame[] frames,
Shape3D shape)
|
|
| Method Summary | |
|---|---|
protected boolean |
checkUpdateConditions(boolean forced,
float absAnimTime,
int frame,
float animDuration)
TODO: This won't be necessary anymore, when we're finally using skeleton interpolation! |
PrecomputedAnimationKeyFrame |
getFrame(int index)
|
Shape3D |
getTarget()
|
void |
reset()
TODO: This won't be necessary anymore, when we're finally using skeleton interpolation! |
PrecomputedAnimationKeyFrameController |
sharedCopy(java.util.Map<java.lang.String,org.jagatoo.datatypes.NamedObject> namedObjects)
|
protected void |
updateTarget(float absAnimTime,
int baseFrame,
int nextFrame,
float alpha,
ModelAnimation animation)
|
| Methods inherited from class org.xith3d.loaders.models.animations.KeyFrameController |
|---|
getAnimationType, getKeyFrame, getKeyFrames, getNumFrames, update, update |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PrecomputedAnimationKeyFrameController(PrecomputedAnimationKeyFrame[] frames,
Shape3D shape)
| Method Detail |
|---|
public final PrecomputedAnimationKeyFrame getFrame(int index)
public final Shape3D getTarget()
getTarget in class KeyFrameControllerpublic void reset()
reset in class KeyFrameController
protected boolean checkUpdateConditions(boolean forced,
float absAnimTime,
int frame,
float animDuration)
checkUpdateConditions in class KeyFrameController
protected void updateTarget(float absAnimTime,
int baseFrame,
int nextFrame,
float alpha,
ModelAnimation animation)
updateTarget in class KeyFrameControllerpublic PrecomputedAnimationKeyFrameController sharedCopy(java.util.Map<java.lang.String,org.jagatoo.datatypes.NamedObject> namedObjects)
sharedCopy in class KeyFrameController
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||