forest3D.control
Interface PositionControls
- All Known Implementing Classes:
- ArrowControls, ButtonPositionControls
- public interface PositionControls
Method Summary |
void |
getPosition(javax.vecmath.Vector3f pos)
Get the position |
void |
setPosition(javax.vecmath.Vector3f pos)
Set the position |
void |
setStepRate(float stepRate)
Increment added to position each time mouse is pressed
or if the mouse is held down each time the Sensor is
read |
getPosition
public void getPosition(javax.vecmath.Vector3f pos)
- Get the position
setPosition
public void setPosition(javax.vecmath.Vector3f pos)
- Set the position
setStepRate
public void setStepRate(float stepRate)
- Increment added to position each time mouse is pressed
or if the mouse is held down each time the Sensor is
read