#include <firstperson.h>
◆ FirstPersonCamera()
tram::Ext::Camera::FirstPersonCamera::FirstPersonCamera |
( |
| ) |
|
|
inline |
◆ ~FirstPersonCamera()
tram::Ext::Camera::FirstPersonCamera::~FirstPersonCamera |
( |
| ) |
|
|
inline |
◆ GetBob()
float tram::Ext::Camera::FirstPersonCamera::GetBob |
( |
| ) |
|
◆ GetWeight()
float tram::Ext::Camera::FirstPersonCamera::GetWeight |
( |
| ) |
|
◆ SetBobbing()
void tram::Ext::Camera::FirstPersonCamera::SetBobbing |
( |
float |
bobbing_weight | ) |
|
◆ SetBobbingCallback()
void tram::Ext::Camera::FirstPersonCamera::SetBobbingCallback |
( |
void(*)(FirstPersonCamera *) |
bob_callback | ) |
|
◆ SetBobbingDistance()
void tram::Ext::Camera::FirstPersonCamera::SetBobbingDistance |
( |
float |
bobbing_distance | ) |
|
◆ SetBobbingTilt()
void tram::Ext::Camera::FirstPersonCamera::SetBobbingTilt |
( |
float |
bobbing_tilt | ) |
|
◆ SetBobSpeed()
void tram::Ext::Camera::FirstPersonCamera::SetBobSpeed |
( |
float |
speed | ) |
|
◆ SetFollowingInterpolation()
void tram::Ext::Camera::FirstPersonCamera::SetFollowingInterpolation |
( |
float |
following_interpolation | ) |
|
|
inline |
◆ SetFollowingOffset()
void tram::Ext::Camera::FirstPersonCamera::SetFollowingOffset |
( |
vec3 |
offset | ) |
|
|
inline |
◆ SetMouselook()
void tram::Ext::Camera::FirstPersonCamera::SetMouselook |
( |
bool |
mouselook | ) |
|
◆ SetRotateFollowing()
void tram::Ext::Camera::FirstPersonCamera::SetRotateFollowing |
( |
bool |
rotate_following | ) |
|
◆ SetTilt()
void tram::Ext::Camera::FirstPersonCamera::SetTilt |
( |
float |
tilt | ) |
|
◆ Update()
void tram::Ext::Camera::FirstPersonCamera::Update |
( |
| ) |
|
|
virtual |
◆ bob
float tram::Ext::Camera::FirstPersonCamera::bob = 0.0f |
|
protected |
◆ bob_speed
float tram::Ext::Camera::FirstPersonCamera::bob_speed = 0.1f |
|
protected |
◆ bobbing_distance
float tram::Ext::Camera::FirstPersonCamera::bobbing_distance = 0.2f |
|
protected |
◆ bobbing_tilt
float tram::Ext::Camera::FirstPersonCamera::bobbing_tilt = 0.0f |
|
protected |
◆ bobbing_tilt_goal
float tram::Ext::Camera::FirstPersonCamera::bobbing_tilt_goal = 0.0f |
|
protected |
◆ bobbing_weight
float tram::Ext::Camera::FirstPersonCamera::bobbing_weight = 0.0f |
|
protected |
◆ bobbing_weight_goal
float tram::Ext::Camera::FirstPersonCamera::bobbing_weight_goal = 0.0f |
|
protected |
◆ callback_count
int tram::Ext::Camera::FirstPersonCamera::callback_count = 0 |
|
protected |
◆ tilt
float tram::Ext::Camera::FirstPersonCamera::tilt = 0.0f |
|
protected |
◆ tilt_goal
float tram::Ext::Camera::FirstPersonCamera::tilt_goal = 0.0f |
|
protected |
◆ tilt_last
float tram::Ext::Camera::FirstPersonCamera::tilt_last = 0.0f |
|
protected |
The documentation for this class was generated from the following files:
- C:/Users/Poga/Desktop/painis/tram-sdk/src/extensions/camera/firstperson.h
- C:/Users/Poga/Desktop/painis/tram-sdk/src/extensions/camera/firstperson.cpp