|
Vulkan Schnee 0.0.1
High-performance rendering engine
|
Camera properties for projection matrix calculation. More...
#include <EcsData.h>
Public Attributes | |
| float | fov = 60.0f |
| Vertical field of view in degrees. | |
| float | nearPlane = 0.01f |
| float | farPlane = 1000.0f |
| float | aspectRatio = 16.0f / 9.0f |
| float Ecs::CameraProperties::fov = 60.0f |
Vertical field of view in degrees.
Definition at line 323 of file EcsData.h.
Referenced by EngineCore::CameraComponent::beginPlay().