Public Member Functions |
Public Attributes |
Protected Member Functions |
Protected Attributes |
List of all members
chrono::irrlicht::RTSCamera Class Reference
Description
Class to create an interactive videocamera in Irrlicht, that is similar to the Maya camera but hasn't the problems that the Maya camera has in Irrlicht 1.5.
This code is based on work by "CmdKewin" (from the Irrlicht forum).
#include <ChIrrCamera.h>
Inherits ICameraSceneNode.
Public Attributes | |
bool | atMinDistance |
bool | atMaxDistance |
ISceneNode * | selectednode |
Protected Member Functions | |
void | recalculateProjectionMatrix () |
Z-value of the far view-plane. | |
void | recalculateViewArea () |
Protected Attributes | |
irr::core::vector3df | Target |
irr::core::vector3df | UpVector |
bool | y_up |
irr::core::matrix4 | Projection |
irr::core::matrix4 | View |
irr::core::matrix4 | Affector |
irr::scene::SViewFrustum | ViewArea |
irr::core::aabbox3d< irr::f32 > | BBox |
bool | InputReceiverEnabled |
irr::core::dimension2d< irr::f32 > | screenDim |
irr::f32 | Fovy |
irr::f32 | Aspect |
Field of view, in radians. | |
irr::f32 | ZNear |
Aspect ratio. | |
irr::f32 | ZFar |
Value of the near view-plane. | |
The documentation for this class was generated from the following files:
- /builds/uwsbel/chrono/src/chrono_irrlicht/ChIrrCamera.h
- /builds/uwsbel/chrono/src/chrono_irrlicht/ChIrrCamera.cpp