public interface PositionControls
Modifier and Type | Method and Description |
---|---|
void |
getPosition(Vector3f pos)
Get the position
|
void |
setPosition(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
|