|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xith3d.loaders.models.util.animations.AnimationTools
public class AnimationTools
Utility methods for model animatios.
| Constructor Summary | |
|---|---|
AnimationTools()
|
|
| Method Summary | |
|---|---|
static MeshTransformKeyFrameController |
createRotationalKeyFrameController(org.openmali.vecmath2.Vector3f axis,
boolean backwards,
int numFrames,
TransformGroup target)
|
static MeshTransformKeyFrameController |
createRotationalKeyFrameController(org.openmali.vecmath2.Vector3f axis,
float startAngle,
float stopAngle,
boolean backwards,
int numFrames,
TransformGroup target)
|
static void |
precomputeAnimations(Model model,
float fps)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AnimationTools()
| Method Detail |
|---|
public static void precomputeAnimations(Model model,
float fps)
public static MeshTransformKeyFrameController createRotationalKeyFrameController(org.openmali.vecmath2.Vector3f axis,
float startAngle,
float stopAngle,
boolean backwards,
int numFrames,
TransformGroup target)
public static MeshTransformKeyFrameController createRotationalKeyFrameController(org.openmali.vecmath2.Vector3f axis,
boolean backwards,
int numFrames,
TransformGroup target)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||