Serializable data describing camera configuration. More...
#include <CameraComponent.h>
Public Attributes | |
| u8 | Mode = 0 |
| Camera projection mode. | |
| f32 | FOV = 45.0f |
| Field of view (perspective mode). | |
| f32 | NearClip = 0.01f |
| Near clipping plane. | |
| f32 | FarClip = 1000.0f |
| Far clipping plane. | |
| bool | Primary = true |
| Whether this is the main active camera. | |
Serializable data describing camera configuration.
| f32 Raven::CameraComponentData::FarClip = 1000.0f |
Far clipping plane.
| f32 Raven::CameraComponentData::FOV = 45.0f |
Field of view (perspective mode).
| u8 Raven::CameraComponentData::Mode = 0 |
Camera projection mode.
| f32 Raven::CameraComponentData::NearClip = 0.01f |
Near clipping plane.
| bool Raven::CameraComponentData::Primary = true |
Whether this is the main active camera.