base camera class
More...
List of all members.
Detailed Description
base camera class
Definition at line 16 of file Camera.cs.
Constructor & Destructor Documentation
visLU2.Camera.Camera |
( |
Game |
_game ) |
|
Initializes new camera component.
- Parameters:
-
game | Game to which attach this camera. |
Definition at line 92 of file Camera.cs.
Member Function Documentation
override void visLU2.Camera.Update |
( |
GameTime |
gameTime ) |
|
void visLU2.Camera.updateProjection |
( |
) |
[protected] |
virtual void visLU2.Camera.updateView |
( |
) |
[protected, virtual] |
Member Data Documentation
Property Documentation
Vector3 visLU2.Camera.CameraPosition [get, set] |
Gets or sets camera position.
Definition at line 57 of file Camera.cs.
Vector3 visLU2.Camera.CameraTarget [get, set] |
Gets or sets position of the target for camera.
Definition at line 61 of file Camera.cs.
Vector3 visLU2.Camera.CameraUpVector [get, set] |
Gets or sets camera orientation / up vector.
Definition at line 65 of file Camera.cs.
Matrix visLU2.Camera.Projection [get] |
Gets camera projection matrix.
Definition at line 74 of file Camera.cs.
Matrix visLU2.Camera.View [get] |
Gets camera view matrix.
Definition at line 70 of file Camera.cs.
Matrix visLU2.Camera.ViewProjection [get] |
Gets camera viewProjectionMatrix = view matrix multiplied by projection matrix.
Definition at line 78 of file Camera.cs.
float visLU2.Camera.Zoom [get, set] |
The documentation for this class was generated from the following file: