#include <MOCamera.h>
List of all members.
Constructor & Destructor Documentation
| MOCamera::MOCamera |
( |
void |
| ) |
|
| MOCamera::~MOCamera |
( |
void |
| ) |
|
| MOCamera::MOCamera |
( |
const MOCamera & |
camera | ) |
|
Member Function Documentation
| void MOCamera::enable |
( |
void |
| ) |
|
| void MOCamera::enableFog |
( |
const bool |
fog | ) |
[inline] |
| void MOCamera::enableOrtho |
( |
const bool |
ortho | ) |
[inline] |
| MVector3* MOCamera::getClearColor |
( |
void |
| ) |
[inline] |
| float MOCamera::getClippingFar |
( |
void |
| ) |
[inline] |
| float MOCamera::getClippingNear |
( |
void |
| ) |
[inline] |
| MMatrix4x4* MOCamera::getCurrentProjMatrix |
( |
void |
| ) |
[inline] |
| MMatrix4x4* MOCamera::getCurrentViewMatrix |
( |
void |
| ) |
[inline] |
| int* MOCamera::getCurrentViewport |
( |
void |
| ) |
[inline] |
| float MOCamera::getFogDistance |
( |
void |
| ) |
[inline] |
| float MOCamera::getFov |
( |
void |
| ) |
[inline] |
| MFrustum* MOCamera::getFrustum |
( |
void |
| ) |
[inline] |
| int MOCamera::getType |
( |
void |
| ) |
[inline, virtual] |
| bool MOCamera::hasFog |
( |
void |
| ) |
[inline] |
| bool MOCamera::isOrtho |
( |
void |
| ) |
[inline] |
| void MOCamera::setClearColor |
( |
MVector3 |
clearColor | ) |
[inline] |
| void MOCamera::setClippingFar |
( |
const float |
clippingFar | ) |
[inline] |
| void MOCamera::setClippingNear |
( |
const float |
clippingNear | ) |
[inline] |
| void MOCamera::setFogDistance |
( |
const float |
fogDistance | ) |
[inline] |
| void MOCamera::setFov |
( |
const float |
fov | ) |
[inline] |
| void MOCamera::updateListener |
( |
void |
| ) |
|
The documentation for this class was generated from the following files: