Browse Source

update camera pan speed (#5554)

pull/5561/head
Thomas Anderson 2 weeks ago
committed by GitHub
parent
commit
fb5bc42190
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/rcamera.h

+ 1
- 1
src/rcamera.h View File

@ -199,7 +199,7 @@ RLAPI Matrix GetCameraProjectionMatrix(Camera *camera, float aspect);
//----------------------------------------------------------------------------------
#define CAMERA_MOVE_SPEED 5.4f // Units per second
#define CAMERA_ROTATION_SPEED 0.03f
#define CAMERA_PAN_SPEED 0.2f
#define CAMERA_PAN_SPEED 2.0f
// Camera mouse movement sensitivity
#define CAMERA_MOUSE_MOVE_SENSITIVITY 0.003f

Loading…
Cancel
Save