- animate
void animate(long interval)
animates window; interval is time left from previous draw, in hnsecs (1/10000000 of second)
- animateMoving
void animateMoving()
Undocumented in source. Be warned that the author may not have intended to support it.
- onKeyEvent
bool onKeyEvent(KeyEvent event)
process key event, return true if event is processed.
- onMouseEvent
bool onMouseEvent(MouseEvent event)
process key event, return true if event is processed.
- setAngle
void setAngle(float newAngle, bool animateIt)
Undocumented in source. Be warned that the author may not have intended to support it.
- setPos
void setPos(vec3 newPos, bool animateIt)
Undocumented in source. Be warned that the author may not have intended to support it.
- setYAngle
void setYAngle(float newAngle, bool animateIt)
Undocumented in source. Be warned that the author may not have intended to support it.
- startMoveAnimation
void startMoveAnimation(Vector3d direction)
Undocumented in source. Be warned that the author may not have intended to support it.
- stopMoveAnimation
void stopMoveAnimation()
Undocumented in source. Be warned that the author may not have intended to support it.
- updateCamPosition
void updateCamPosition(bool animateIt)
Undocumented in source. Be warned that the author may not have intended to support it.
- updatePositionMessage
void updatePositionMessage()
Undocumented in source. Be warned that the author may not have intended to support it.