Method Summary |
|
public int[] | getCoordIndex() Gets the Displacer Double array of index coordinates. |
public Point3d[] | getDisplacements() Gets the Displacer Point3D array of displacements. |
public static String | getDisplacerExpressionDescription(int value) Gets the Displacer description for expression Displacers. |
public static String | getDisplacerIdentifierDescription(int value) Gets the Displacer description for standard Displacers. |
public int | getExpressionSelect() When the Displacer is an expression, and setVisemeSelect() has been applied, the corresponding expression is retrieved. |
public String | getName() |
public int | getVisemeSelect() When the Displacer is a viseme, and setVisemeSelect() has been applied, the corresponding viseme is retrieved. |
public void | setCoordIndex(int[] coordIndex) Sets the Displacer Double array of index coordinates. |
public void | setDisplacements(Point3d[] displacements) Sets the Displacer Point3D array of displacements. |
public void | setExpressionSelect(int value) If you are using this Diplacer as an expression use this method to describe the precise expression you want to use. |
public void | setName(String displacerName) |
public void | setVisemeSelect(int value) If you are using this Diplacer as a viseme use this method to describe the precise viseme you want to use. |