|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jme.scene.Controller
com.jmex.model.ogrexml.anim.PoseController
@Deprecated public class PoseController
Non-functional class, do not use.
Field Summary |
---|
Fields inherited from class com.jme.scene.Controller |
---|
RT_CLAMP, RT_CYCLE, RT_WRAP |
Constructor Summary | |
---|---|
PoseController()
Deprecated. |
Method Summary | |
---|---|
void |
blendToPose(java.lang.String name,
float time)
Deprecated. |
void |
reset()
Deprecated. |
void |
setPose(java.lang.String name)
Deprecated. |
void |
update(float time)
Deprecated. Defined by extending classes, update is a signal to
Controller that it should update whatever object(s) it is controlling. |
Methods inherited from class com.jme.scene.Controller |
---|
getClassTag, getControllerValues, getMaxTime, getMinTime, getRepeatType, getSpeed, isActive, read, setActive, setControllerValues, setMaxTime, setMinTime, setRepeatType, setSpeed, write |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PoseController()
Method Detail |
---|
public void update(float time)
Controller
update
is a signal to
Controller that it should update whatever object(s) it is controlling.
update
in class Controller
time
- The time in seconds between the last call to update and the
current onepublic void reset()
public void blendToPose(java.lang.String name, float time)
public void setPose(java.lang.String name)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |