Skyscraper 2.0
SBS::CameraState Struct Reference

#include <camera.h>

Public Attributes

Vector3 position
 
Vector3 rotation
 
int floor
 
bool collisions
 
bool gravity
 
bool freelook
 
Vector3 desired_velocity
 
Vector3 velocity
 
Vector3 desired_angle_velocity
 
Vector3 angle_velocity
 
Vector3 accum_movement
 
Real fov
 
Real speed
 

Detailed Description

Definition at line 29 of file camera.h.

Member Data Documentation

◆ accum_movement

Vector3 SBS::CameraState::accum_movement

Definition at line 41 of file camera.h.

Referenced by SBS::Camera::GetCameraState(), and SBS::Camera::SetCameraState().

◆ angle_velocity

Vector3 SBS::CameraState::angle_velocity

Definition at line 40 of file camera.h.

Referenced by SBS::Camera::GetCameraState(), and SBS::Camera::SetCameraState().

◆ collisions

bool SBS::CameraState::collisions

◆ desired_angle_velocity

Vector3 SBS::CameraState::desired_angle_velocity

Definition at line 39 of file camera.h.

Referenced by SBS::Camera::GetCameraState(), and SBS::Camera::SetCameraState().

◆ desired_velocity

Vector3 SBS::CameraState::desired_velocity

Definition at line 37 of file camera.h.

Referenced by SBS::Camera::GetCameraState(), and SBS::Camera::SetCameraState().

◆ floor

int SBS::CameraState::floor

◆ fov

Real SBS::CameraState::fov

Definition at line 42 of file camera.h.

Referenced by SBS::Camera::GetCameraState(), and SBS::Camera::SetCameraState().

◆ freelook

bool SBS::CameraState::freelook

◆ gravity

bool SBS::CameraState::gravity

◆ position

Vector3 SBS::CameraState::position

Definition at line 31 of file camera.h.

Referenced by SBS::Camera::GetCameraState(), and SBS::Camera::SetCameraState().

◆ rotation

Vector3 SBS::CameraState::rotation

Definition at line 32 of file camera.h.

Referenced by SBS::Camera::GetCameraState(), and SBS::Camera::SetCameraState().

◆ speed

Real SBS::CameraState::speed

Definition at line 43 of file camera.h.

Referenced by SBS::Camera::GetCameraState(), and SBS::Camera::SetCameraState().

◆ velocity

Vector3 SBS::CameraState::velocity

Definition at line 38 of file camera.h.

Referenced by SBS::Camera::GetCameraState(), and SBS::Camera::SetCameraState().


The documentation for this struct was generated from the following file: