![]() |
Radium Engine
1.6.3
|
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 } |
the set of viewing parameters extracted from the camera and given to the renderer
Definition at line 10 of file ViewingParameters.hpp.
| Scalar Ra::Engine::Data::ViewingParameters::dt { 0 } |
Definition at line 13 of file ViewingParameters.hpp.
| Core::Matrix4 Ra::Engine::Data::ViewingParameters::projMatrix { Core::Matrix4::Identity() } |
Definition at line 12 of file ViewingParameters.hpp.
| Core::Matrix4 Ra::Engine::Data::ViewingParameters::viewMatrix { Core::Matrix4::Identity() } |
Definition at line 11 of file ViewingParameters.hpp.