FirstPersonCamera

Undocumented in source.

Constructors

this
this(Entity e)
Undocumented in source.

Members

Functions

invViewMatrix
Matrix4x4f invViewMatrix()
Undocumented in source. Be warned that the author may not have intended to support it.
update
void update(double dt)
Undocumented in source. Be warned that the author may not have intended to support it.
viewMatrix
Matrix4x4f viewMatrix()
Undocumented in source. Be warned that the author may not have intended to support it.
worldTrans
Matrix4x4f worldTrans()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

characterMatrix
Matrix4x4f characterMatrix;
Undocumented in source.
eyePosition
Vector3f eyePosition;
Undocumented in source.
invTransformation
Matrix4x4f invTransformation;
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.
weaponPitch
float weaponPitch;
Undocumented in source.
weaponPitchCoef
float weaponPitchCoef;
Undocumented in source.
weaponPosition
Vector3f weaponPosition;
Undocumented in source.
weaponRoll
float weaponRoll;
Undocumented in source.
weaponTransformation
Matrix4x4f weaponTransformation;
Undocumented in source.

Inherited Members

From EntityController

entity
Entity entity;
Undocumented in source.
update
void update(double dt)
Undocumented in source.

Meta