mirror of
https://github.com/TheRedShip/RT_GPU.git
synced 2025-09-27 18:48:36 +02:00
+ Better camera and scene change
This commit is contained in:
@ -45,8 +45,8 @@ class Camera
|
||||
glm::vec3 _acceleration;
|
||||
|
||||
float _maxSpeed = 8.0f;
|
||||
float _acceleration_rate = 40.0f;
|
||||
float _deceleration_rate = 40.0f;
|
||||
float _acceleration_rate = 100.0f;
|
||||
float _deceleration_rate = 50.0f;
|
||||
float _sensitivity = 0.2f;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user