Skip to content

Commit 812645b

Browse files
authored
cleaned away unused macros in rcamera.h (#3762)
1 parent cf10cdd commit 812645b

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

src/rcamera.h

+1-9
Original file line numberDiff line numberDiff line change
@@ -202,18 +202,10 @@ RLAPI Matrix GetCameraProjectionMatrix(Camera* camera, float aspect);
202202

203203
// Camera mouse movement sensitivity
204204
#define CAMERA_MOUSE_MOVE_SENSITIVITY 0.003f // TODO: it should be independant of framerate
205-
#define CAMERA_MOUSE_SCROLL_SENSITIVITY 1.5f
206205

206+
// Camera orbital speed in CAMERA_ORBITAL mode
207207
#define CAMERA_ORBITAL_SPEED 0.5f // Radians per second
208208

209-
210-
#define CAMERA_FIRST_PERSON_STEP_TRIGONOMETRIC_DIVIDER 8.0f
211-
#define CAMERA_FIRST_PERSON_STEP_DIVIDER 30.0f
212-
#define CAMERA_FIRST_PERSON_WAVING_DIVIDER 200.0f
213-
214-
// PLAYER (used by camera)
215-
#define PLAYER_MOVEMENT_SENSITIVITY 20.0f
216-
217209
//----------------------------------------------------------------------------------
218210
// Types and Structures Definition
219211
//----------------------------------------------------------------------------------

0 commit comments

Comments
 (0)