|
CeresEngine 0.2.0
A game development framework
|
A structure that holds renderer-specific information for the camera. More...
#include <CeresEngine/Renderer/RendererCamera.hpp>
Public Attributes | |
| Any | globalIlluminationContext |
Public Attributes inherited from CeresEngine::RendererViewInfo | |
| Transform | transform |
| A transform object that represents the transform of the view. | |
| Matrix4 | view |
| Transformation matrices for the view view and it's inverse. | |
| Matrix4 | invView |
| Matrix4 | projection |
| Transformation matrices for the view projection and it's inverse. | |
| Matrix4 | invProjection |
| Matrix4 | viewProjection |
| Transformation matrices for the view view-projection and it's inverse. | |
| Matrix4 | invViewProjection |
| ConvexVolume | frustumVolume |
| The convex volume for the camera frustum. | |
A structure that holds renderer-specific information for the camera.
| Any CeresEngine::RendererCameraInfo::globalIlluminationContext |