update default camera settings

This commit is contained in:
2026-03-02 14:37:41 +01:00
parent 2ef2a29601
commit 2a5f1b2ffd
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ constexpr float CAMERA_FOV = 90.0;
constexpr float FOV_SPEED = 1.0;
constexpr float MIN_FOV = 10.0;
constexpr float MAX_FOV = 180.0;
constexpr float CAMERA_DISTANCE = 20.0;
constexpr float CAMERA_DISTANCE = 150.0;
constexpr float ZOOM_SPEED = 2.5;
constexpr float MIN_CAMERA_DISTANCE = 2.0;
constexpr float MAX_CAMERA_DISTANCE = 2000.0;