mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-31 03:33:40 +00:00
Corrected camera issue
This commit is contained in:
parent
6a4afae5cc
commit
fca60cb597
@ -35,7 +35,7 @@
|
||||
// FREE_CAMERA
|
||||
#define FREE_CAMERA_MOUSE_SENSITIVITY 0.01
|
||||
#define FREE_CAMERA_DISTANCE_MIN_CLAMP 0.3
|
||||
#define FREE_CAMERA_DISTANCE_MAX_CLAMP 12
|
||||
#define FREE_CAMERA_DISTANCE_MAX_CLAMP 120
|
||||
#define FREE_CAMERA_MIN_CLAMP 85
|
||||
#define FREE_CAMERA_MAX_CLAMP -85
|
||||
#define FREE_CAMERA_SMOOTH_ZOOM_SENSITIVITY 0.05
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user