소스 검색

Update camera.h

Removed unused code for CAMERA_THIRD_PERSON.
pull/867/head
PompPenguin 5 년 전
부모
커밋
7367140fb4
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. +0
    -3
      src/camera.h

+ 0
- 3
src/camera.h 파일 보기

@ -469,9 +469,6 @@ void UpdateCamera(Camera *camera)
sinf(cameraAngle.x)*direction[MOVE_LEFT] -
sinf(cameraAngle.x)*direction[MOVE_RIGHT])/PLAYER_MOVEMENT_SENSITIVITY;
bool isMoving = false; // Required for swinging
for (int i = 0; i < 6; i++) if (direction[i]) { isMoving = true; break; }
// Camera orientation calculation
cameraAngle.x += (mousePositionDelta.x*-CAMERA_MOUSE_MOVE_SENSITIVITY);

불러오는 중...
취소
저장