|
||||||||||
| 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.BoneAnimationKeyFrameController
public class BoneAnimationKeyFrameController
Insert type comment here.
| Constructor Summary | |
|---|---|
BoneAnimationKeyFrameController(BoneAnimationKeyFrame[] frames,
BoneWeight[][] weights,
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! |
BoneAnimationKeyFrame |
getFrame(int index)
|
Shape3D |
getTarget()
|
void |
reset()
TODO: This won't be necessary anymore, when we're finally using skeleton interpolation! |
BoneAnimationKeyFrameController |
sharedCopy(java.util.Map<java.lang.String,org.jagatoo.datatypes.NamedObject> namedObjects)
|
protected void |
updateTarget(float absAnimType,
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 BoneAnimationKeyFrameController(BoneAnimationKeyFrame[] frames,
BoneWeight[][] weights,
Shape3D shape)
| Method Detail |
|---|
public final BoneAnimationKeyFrame 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 absAnimType,
int baseFrame,
int nextFrame,
float alpha,
ModelAnimation animation)
updateTarget in class KeyFrameControllerpublic BoneAnimationKeyFrameController 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 | |||||||||