Trackball

Undocumented in source.

Constructors

this
this(vec3 eye, vec3 target, vec3 up)
Undocumented in source.

Members

Functions

dirty
bool dirty()
Undocumented in source. Be warned that the author may not have intended to support it.
dolly
void dolly(float x, float y)
Undocumented in source. Be warned that the author may not have intended to support it.
dolly
void dolly(float d)
Undocumented in source. Be warned that the author may not have intended to support it.
dolly
float dolly()
Undocumented in source. Be warned that the author may not have intended to support it.
dollyVelocity
void dollyVelocity(float vel)
Undocumented in source. Be warned that the author may not have intended to support it.
focus
void focus(float f)
Undocumented in source. Be warned that the author may not have intended to support it.
height
void height(float h)
Undocumented in source. Be warned that the author may not have intended to support it.
height_and_focus_from_fovy
void height_and_focus_from_fovy(float height, float fovy)
Undocumented in source. Be warned that the author may not have intended to support it.
lookAt
void lookAt(vec3 eye, vec3 target, vec3 up)

look at function with two points and an up vector

lookAt
void lookAt(float ex, float ey, float ez, float tx, float ty, float tz, float ux, float uy, float uz)

look at function with nine floats representing two points and an up vector

matrix
mat4 matrix()
Undocumented in source. Be warned that the author may not have intended to support it.
orbit
void orbit(float x, float y)
Undocumented in source. Be warned that the author may not have intended to support it.
orbitVelocity
void orbitVelocity(float vel)
Undocumented in source. Be warned that the author may not have intended to support it.
reference
void reference(float x, float y)
Undocumented in source. Be warned that the author may not have intended to support it.
viewMatrix
mat4 viewMatrix()
Undocumented in source. Be warned that the author may not have intended to support it.
xform
void xform(float x, float y)
Undocumented in source. Be warned that the author may not have intended to support it.
xformVelocity
void xformVelocity(float vel)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta