mirror of
https://github.com/TheRedShip/RT_GPU.git
synced 2025-09-27 18:48:36 +02:00
+ | Trying noise but poorly for now
This commit is contained in:
@ -44,7 +44,7 @@ class Camera
|
||||
glm::vec3 _velocity;
|
||||
glm::vec3 _acceleration;
|
||||
|
||||
float _maxSpeed = 10.0f;
|
||||
float _maxSpeed = 8.0f;
|
||||
float _acceleration_rate = 40.0f;
|
||||
float _deceleration_rate = 40.0f;
|
||||
float _sensitivity = 0.2f;
|
||||
|
Reference in New Issue
Block a user