mirror of
https://github.com/TheRedShip/RT_GPU.git
synced 2025-09-27 18:48:36 +02:00
+ | Triangle intersection
This commit is contained in:
@ -38,7 +38,7 @@ void Camera::updateCameraVectors()
|
||||
|
||||
void Camera::update(float delta_time)
|
||||
{
|
||||
delta_time = std::min(delta_time, 0.1f);
|
||||
delta_time = std::min(delta_time, 0.01f);
|
||||
|
||||
_velocity += _acceleration * delta_time;
|
||||
|
||||
|
Reference in New Issue
Block a user