Changed: Dolphin sample FOV is now 75.F, zoomed in the camera, increased the distance for collectibles pickup.

This commit is contained in:
Foxar
2020-12-07 14:28:56 +01:00
parent ed6c20e5df
commit 0423e484a5
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ const float CAMERA_Y = 15.0F;
Camera::Camera(ScreenSettings *t_screen) : CameraBase(t_screen, &position, &up)
{
verticalLevel = 80.0F;
verticalLevel = 30.0F;
up.x = 0.0F;
up.y = 1.0F;
up.z = 0.0F;