Camera.
More...
#include <tdme/engine/Camera.h>
Camera.
- Author
- Andreas Drewke
- Version
- $Id$
Definition at line 21 of file Camera.h.
◆ CameraMode
Enumerator |
---|
CAMERAMODE_LOOKAT | |
CAMERAMODE_NONE | |
Definition at line 25 of file Camera.h.
◆ FrustumMode
Enumerator |
---|
FRUSTUMMODE_PERSPECTIVE | |
FRUSTUMMODE_ORTHOGRAPHIC | |
Definition at line 24 of file Camera.h.
◆ Camera()
Public constructor.
- Parameters
-
Definition at line 19 of file Camera.cpp.
◆ ~Camera()
◆ computeModelViewMatrix()
Computes projection matrix for given look from, look at and up vector.
- Returns
- model view matrix
Definition at line 118 of file Camera.cpp.
◆ computeProjectionMatrix()
Computes the projection matrix.
- Returns
- projection matrix
Definition at line 58 of file Camera.cpp.
◆ computeUpVector()
Computes the up vector for given look from and look at vectors.
- Parameters
-
lookFrom | look from |
lookAt | look at |
- Returns
- up vector
Definition at line 44 of file Camera.cpp.
◆ getCameraMode()
- Returns
- camera mode
Definition at line 78 of file Camera.h.
◆ getForwardVector()
const Vector3 & getForwardVector |
( |
| ) |
const |
|
inline |
- Returns
- forward vector
Definition at line 183 of file Camera.h.
◆ getFovX()
- Returns
- field of view X
Definition at line 123 of file Camera.h.
◆ getFrustum()
- Returns
- frustum
Definition at line 271 of file Camera.h.
◆ getFrustumMode()
- Returns
- frustum mode
Definition at line 93 of file Camera.h.
◆ getHeight()
- Returns
- height
Definition at line 71 of file Camera.h.
◆ getLookAt()
const Vector3 & getLookAt |
( |
| ) |
const |
|
inline |
- Returns
- look at vector
Definition at line 228 of file Camera.h.
◆ getLookFrom()
const Vector3 & getLookFrom |
( |
| ) |
const |
|
inline |
- Returns
- look from vector
Definition at line 213 of file Camera.h.
◆ getModelViewMatrix()
const Matrix4x4 & getModelViewMatrix |
( |
| ) |
const |
|
inline |
- Returns
- model view matrix or camera matrix
Definition at line 243 of file Camera.h.
◆ getModelViewProjectionInvertedMatrix()
const Matrix4x4 & getModelViewProjectionInvertedMatrix |
( |
| ) |
const |
|
inline |
- Returns
- inverted model view porjection matrix
Definition at line 264 of file Camera.h.
◆ getModelViewProjectionMatrix()
const Matrix4x4 & getModelViewProjectionMatrix |
( |
| ) |
const |
|
inline |
- Returns
- model view projection matrix
Definition at line 257 of file Camera.h.
◆ getOrthographicFrustumScale()
float getOrthographicFrustumScale |
( |
| ) |
const |
|
inline |
- Returns
- orthographic frustum scale
Definition at line 108 of file Camera.h.
◆ getProjectionMatrix()
const Matrix4x4 & getProjectionMatrix |
( |
| ) |
const |
|
inline |
- Returns
- projection matrix
Definition at line 250 of file Camera.h.
◆ getSideVector()
const Vector3 & getSideVector |
( |
| ) |
const |
|
inline |
- Returns
- side vector
Definition at line 198 of file Camera.h.
◆ getUpVector()
const Vector3 & getUpVector |
( |
| ) |
const |
|
inline |
- Returns
- up vector
Definition at line 168 of file Camera.h.
◆ getWidth()
- Returns
- width
Definition at line 64 of file Camera.h.
◆ getZFar()
◆ getZNear()
◆ setCameraMode()
Set camera mode.
- Parameters
-
Definition at line 86 of file Camera.h.
◆ setForwardVector()
void setForwardVector |
( |
const Vector3 & |
forwardVector | ) |
|
|
inline |
Set forward vector.
- Parameters
-
forwardVector | forward vector |
Definition at line 191 of file Camera.h.
◆ setFovX()
void setFovX |
( |
float |
fovX | ) |
|
|
inline |
Set field of view X.
- Parameters
-
Definition at line 131 of file Camera.h.
◆ setFrustumMode()
Set frustum mode.
- Parameters
-
Definition at line 101 of file Camera.h.
◆ setLookAt()
void setLookAt |
( |
const Vector3 & |
lookAt | ) |
|
|
inline |
Set look at.
- Parameters
-
Definition at line 236 of file Camera.h.
◆ setLookFrom()
void setLookFrom |
( |
const Vector3 & |
lookFrom | ) |
|
|
inline |
Set look from.
- Parameters
-
Definition at line 221 of file Camera.h.
◆ setOrthographicFrustumScale()
void setOrthographicFrustumScale |
( |
float |
orthographicFrustumScale | ) |
|
|
inline |
Set orthographic frustum scale.
- Parameters
-
orthographicFrustumScale | orthographic frustum scale |
Definition at line 116 of file Camera.h.
◆ setSideVector()
void setSideVector |
( |
const Vector3 & |
sideVector | ) |
|
|
inline |
Set side vector.
- Parameters
-
Definition at line 206 of file Camera.h.
◆ setUpVector()
void setUpVector |
( |
const Vector3 & |
upVector | ) |
|
|
inline |
Set up vector.
- Parameters
-
Definition at line 176 of file Camera.h.
◆ setZFar()
void setZFar |
( |
float |
zFar | ) |
|
|
inline |
Set z far.
- Parameters
-
Definition at line 161 of file Camera.h.
◆ setZNear()
void setZNear |
( |
float |
zNear | ) |
|
|
inline |
Set z near.
- Parameters
-
Definition at line 146 of file Camera.h.
◆ update()
void update |
( |
int |
contextIdx, |
|
|
int32_t |
width, |
|
|
int32_t |
height |
|
) |
| |
Sets up camera while resizing the view port.
- Parameters
-
contextIdx | context index |
width | width |
height | height |
Definition at line 154 of file Camera.cpp.
◆ cameraMode
◆ defaultUp
◆ forwardVector
◆ fovX
◆ frustum
◆ frustumMode
◆ height
◆ lookAt
◆ lookFrom
◆ modelViewMatrix
◆ mvpInvertedMatrix
◆ mvpMatrix
◆ orthographicFrustumScale
float orthographicFrustumScale |
|
private |
◆ projectionMatrix
◆ renderer
◆ sideVector
◆ upVector
◆ width
◆ zFar
◆ zNear
The documentation for this class was generated from the following files:
- /home/andreas/Development/drewke.net/tdme2/src/tdme/engine/Camera.h
- /home/andreas/Development/drewke.net/tdme2/src/tdme/engine/Camera.cpp