hmi.faceanimation.model
Class LowerJaw
java.lang.Object
hmi.faceanimation.model.LowerJaw
public class LowerJaw
- extends Object
|
Method Summary |
void |
copy()
Called when the face deformations are actually applied to the face... |
private void |
displace()
|
void |
setOpen(float[] disp)
|
private void |
setRotation(float ydisp)
|
void |
setShift(float[] disp)
|
void |
setThrust(float[] disp)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
joint
private VJoint joint
neutralPos
float[] neutralPos
disp
float[] disp
LowerJaw
public LowerJaw(VJoint joint)
setOpen
public void setOpen(float[] disp)
setThrust
public void setThrust(float[] disp)
setShift
public void setShift(float[] disp)
copy
public void copy()
- Called when the face deformations are actually applied to the face...
displace
private void displace()
setRotation
private void setRotation(float ydisp)