public class VisualItemBase extends Object
| Constructor and Description |
|---|
VisualItemBase() |
| Modifier and Type | Method and Description |
|---|---|
com.jme3.math.ColorRGBA |
getVisualColor() |
com.jme3.math.Quaternion |
getVisualDirection() |
com.jme3.math.Vector3f |
getVisualPos() |
void |
setColorMathExpr(String mathExpr) |
void |
setDirectionMathExpr(String mathExpr) |
void |
setPosMathExpr(String mathExpr) |
void |
updateFromMathSpace(org.cogchar.bind.symja.MathGate mg) |
void |
useTestPatternExprs() |
public void setPosMathExpr(String mathExpr)
public void setColorMathExpr(String mathExpr)
public void setDirectionMathExpr(String mathExpr)
public com.jme3.math.Vector3f getVisualPos()
public com.jme3.math.ColorRGBA getVisualColor()
public com.jme3.math.Quaternion getVisualDirection()
public void updateFromMathSpace(org.cogchar.bind.symja.MathGate mg)
public void useTestPatternExprs()
Copyright © 2011-2015. All Rights Reserved.