CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
CeresEngine::RendererCameraInfo Struct Reference

A structure that holds renderer-specific information for the camera. More...

#include <CeresEngine/Renderer/RendererCamera.hpp>

Inheritance diagram for CeresEngine::RendererCameraInfo:
CeresEngine::RendererViewInfo

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.
 

Detailed Description

A structure that holds renderer-specific information for the camera.

Member Data Documentation

◆ globalIlluminationContext

Any CeresEngine::RendererCameraInfo::globalIlluminationContext

The documentation for this struct was generated from the following file: