- direction
Vector3f direction()
Undocumented in source. Be warned that the author may not have intended to support it.
- move
void move(float speed)
Undocumented in source. Be warned that the author may not have intended to support it.
- moveSmooth
void moveSmooth(float speed, float smooth)
Undocumented in source. Be warned that the author may not have intended to support it.
- onMouseButtonDown
void onMouseButtonDown(int button)
Undocumented in source. Be warned that the author may not have intended to support it.
- onMouseWheel
void onMouseWheel(int x, int y)
Undocumented in source. Be warned that the author may not have intended to support it.
- pitch
void pitch(float theta)
Undocumented in source. Be warned that the author may not have intended to support it.
- pitch
float pitch()
Undocumented in source. Be warned that the author may not have intended to support it.
- pitchSmooth
void pitchSmooth(float theta, float smooth)
Undocumented in source. Be warned that the author may not have intended to support it.
- position
Vector3f position()
Undocumented in source. Be warned that the author may not have intended to support it.
- reset
void reset()
Undocumented in source. Be warned that the author may not have intended to support it.
- right
Vector3f right()
Undocumented in source. Be warned that the author may not have intended to support it.
- roll
void roll(float theta)
Undocumented in source. Be warned that the author may not have intended to support it.
- roll
float roll()
Undocumented in source. Be warned that the author may not have intended to support it.
- rollSmooth
void rollSmooth(float theta, float smooth)
Undocumented in source. Be warned that the author may not have intended to support it.
- screenToWorld
void screenToWorld(int scrx, int scry, int scrw, int scrh, float yfov, float worldx, float worldy, bool snap)
Undocumented in source. Be warned that the author may not have intended to support it.
- setRotation
void setRotation(float p, float t, float r)
Undocumented in source. Be warned that the author may not have intended to support it.
- setTargetSmooth
void setTargetSmooth(Vector3f pos, float smooth)
Undocumented in source. Be warned that the author may not have intended to support it.
- setZoom
void setZoom(float z)
Undocumented in source. Be warned that the author may not have intended to support it.
- strafe
void strafe(float speed)
Undocumented in source. Be warned that the author may not have intended to support it.
- strafeSmooth
void strafeSmooth(float speed, float smooth)
Undocumented in source. Be warned that the author may not have intended to support it.
- translateTarget
void translateTarget(Vector3f pos)
Undocumented in source. Be warned that the author may not have intended to support it.
- turn
void turn(float theta)
Undocumented in source. Be warned that the author may not have intended to support it.
- turn
float turn()
Undocumented in source. Be warned that the author may not have intended to support it.
- turnSmooth
void turnSmooth(float theta, float smooth)
Undocumented in source. Be warned that the author may not have intended to support it.
- up
Vector3f up()
Undocumented in source. Be warned that the author may not have intended to support it.
- update
void update(Time time)
Undocumented in source. Be warned that the author may not have intended to support it.
- zoom
void zoom(float z)
Undocumented in source. Be warned that the author may not have intended to support it.
- zoomSmooth
void zoomSmooth(float z, float smooth)
Undocumented in source. Be warned that the author may not have intended to support it.