Radium Engine
1.5.20
Loading...
Searching...
No Matches
ViewingParameters.hpp
1
#pragma once
2
3
#include <
Core/Types.hpp
>
4
#include <Engine/RaEngine.hpp>
5
6
namespace
Ra
{
7
namespace
Engine {
8
namespace
Data {
10
struct
RA_ENGINE_API
ViewingParameters
{
11
Core::Matrix4 viewMatrix { Core::Matrix4::Identity() };
12
Core::Matrix4 projMatrix { Core::Matrix4::Identity() };
13
Scalar dt { 0 };
14
};
15
}
// namespace Data
16
}
// namespace Engine
17
}
// namespace Ra
Types.hpp
Ra
hepler function to manage enum as underlying types in VariableSet
Definition
Cage.cpp:3
Ra::Engine::Data::ViewingParameters
the set of viewing parameters extracted from the camera and given to the renderer
Definition
ViewingParameters.hpp:10
src
Engine
Data
ViewingParameters.hpp
Generated by
1.12.0