Radium Engine  1.5.20
Loading...
Searching...
No Matches
Ra::Engine::Data::ViewingParameters Struct Reference

the set of viewing parameters extracted from the camera and given to the renderer More...

#include <Engine/Data/ViewingParameters.hpp>

+ Collaboration diagram for Ra::Engine::Data::ViewingParameters:

Public Attributes

Core::Matrix4 viewMatrix { Core::Matrix4::Identity() }
 
Core::Matrix4 projMatrix { Core::Matrix4::Identity() }
 
Scalar dt { 0 }
 

Detailed Description

the set of viewing parameters extracted from the camera and given to the renderer

Definition at line 10 of file ViewingParameters.hpp.

Member Data Documentation

◆ dt

Scalar Ra::Engine::Data::ViewingParameters::dt { 0 }

Definition at line 13 of file ViewingParameters.hpp.

◆ projMatrix

Core::Matrix4 Ra::Engine::Data::ViewingParameters::projMatrix { Core::Matrix4::Identity() }

Definition at line 12 of file ViewingParameters.hpp.

◆ viewMatrix

Core::Matrix4 Ra::Engine::Data::ViewingParameters::viewMatrix { Core::Matrix4::Identity() }

Definition at line 11 of file ViewingParameters.hpp.


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