#include <starsystemcamera.h>
◆ StarSystemCamera()
| cqsp::client::systems::StarSystemCamera::StarSystemCamera |
( |
| ) |
|
◆ CalculateCameraMatrix()
| void cqsp::client::systems::StarSystemCamera::CalculateCameraMatrix |
( |
int |
window_width, |
|
|
int |
window_height, |
|
|
float |
delta_time |
|
) |
| |
◆ CameraPositionNormalized()
| glm::vec3 cqsp::client::systems::StarSystemCamera::CameraPositionNormalized |
( |
| ) |
|
◆ CameraUpDone()
| bool cqsp::client::systems::StarSystemCamera::CameraUpDone |
( |
| ) |
|
|
inline |
◆ FixCameraUp()
| void cqsp::client::systems::StarSystemCamera::FixCameraUp |
( |
const glm::vec3 |
_target_cam_up | ) |
|
◆ ResetCameraUp()
| void cqsp::client::systems::StarSystemCamera::ResetCameraUp |
( |
| ) |
|
◆ SetCameraUp()
| void cqsp::client::systems::StarSystemCamera::SetCameraUp |
( |
const glm::vec3 |
_target_cam_up | ) |
|
◆ Tween()
| float cqsp::client::systems::StarSystemCamera::Tween |
( |
float |
t | ) |
|
|
private |
◆ TweenFunction()
| float cqsp::client::systems::StarSystemCamera::TweenFunction |
( |
float |
t | ) |
|
|
private |
◆ TweenOut()
| float cqsp::client::systems::StarSystemCamera::TweenOut |
( |
float |
t | ) |
|
|
private |
◆ cam_pos
| glm::vec3 cqsp::client::systems::StarSystemCamera::cam_pos |
◆ cam_up
| glm::vec3 cqsp::client::systems::StarSystemCamera::cam_up = default_cam_up |
◆ camera_matrix
| glm::mat4 cqsp::client::systems::StarSystemCamera::camera_matrix |
◆ camera_time
| float cqsp::client::systems::StarSystemCamera::camera_time = 0.f |
◆ default_cam_up
| const glm::vec3 cqsp::client::systems::StarSystemCamera::default_cam_up = glm::vec3(0.0f, 0.0f, 1.0f) |
◆ initial_cam_up
| glm::vec3 cqsp::client::systems::StarSystemCamera::initial_cam_up |
◆ max_camera_time
| const float cqsp::client::systems::StarSystemCamera::max_camera_time = 2.f |
◆ projection
| glm::mat4 cqsp::client::systems::StarSystemCamera::projection |
◆ scroll
| double cqsp::client::systems::StarSystemCamera::scroll |
◆ target_cam_up
| glm::vec3 cqsp::client::systems::StarSystemCamera::target_cam_up = default_cam_up |
◆ view_center
| glm::vec3 cqsp::client::systems::StarSystemCamera::view_center |
◆ view_x
| float cqsp::client::systems::StarSystemCamera::view_x = 0 |
◆ view_y
| float cqsp::client::systems::StarSystemCamera::view_y = 0 |
◆ viewport
| glm::vec4 cqsp::client::systems::StarSystemCamera::viewport |
The documentation for this struct was generated from the following files: