FirstPersonCamera

Undocumented in source.

Constructors

this
this(Vector3f position)
Undocumented in source.

Members

Functions

bind
void bind(double dt)
Undocumented in source. Be warned that the author may not have intended to support it.
free
void free()
Undocumented in source. Be warned that the author may not have intended to support it.
unbind
void unbind()
Undocumented in source. Be warned that the author may not have intended to support it.
worldTrans
Matrix4x4f worldTrans(double dt)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

characterMatrix
Matrix4x4f characterMatrix;
Undocumented in source.
pitch
float pitch;
Undocumented in source.
position
Vector3f position;
Undocumented in source.
roll
float roll;
Undocumented in source.
transformation
Matrix4x4f transformation;
Undocumented in source.
turn
float turn;
Undocumented in source.
worldTransInv
Matrix4x4f worldTransInv;
Undocumented in source.

Inherited Members

From Modifier

bind
void bind(double delta)
Undocumented in source.
unbind
void unbind()
Undocumented in source.

Meta