Skip to content

Vp::CameraSettings ​

#include "Viewport/data/ViewportSceneSettings.h"

Public Functions ​

Name
CameraSettings()

Public Attributes ​

Name
floatfov
glm::vec3iorbitCameraPivot
floatiorbitCameraRadius
AggregateCamera::CameraModemode
floatorbitCameraRotationX
floatorbitCameraRotationY
glm::mat4trackballCameraRotation
floatzFar
floatzNear

Public Functions Documentation ​

function CameraSettings ​

cpp
CameraSettings()

Public Attributes Documentation ​

variable fov ​

cpp
float fov;

variable iorbitCameraPivot ​

cpp
glm::vec3 iorbitCameraPivot;

variable iorbitCameraRadius ​

cpp
float iorbitCameraRadius;

variable mode ​

cpp
AggregateCamera::CameraMode mode;

variable orbitCameraRotationX ​

cpp
float orbitCameraRotationX;

variable orbitCameraRotationY ​

cpp
float orbitCameraRotationY;

variable trackballCameraRotation ​

cpp
glm::mat4 trackballCameraRotation;

variable zFar ​

cpp
float zFar;

variable zNear ​

cpp
float zNear;

Updated on 2026-09-11 at 21:24:25 +0000