Skip to content
Snippets Groups Projects
Commit 686b9d17 authored by Philip Trettner's avatar Philip Trettner
Browse files

reduced default fov

parent 0db9052f
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ struct CameraSettings
bool InvertHorizontal = false;
bool InvertVertical = false;
tg::horizontal_fov HorizontalFov = tg::horizontal_fov(80_deg);
tg::horizontal_fov HorizontalFov = tg::horizontal_fov(60_deg);
float NearPlane = 0.001f;
float FarPlane = 10.0f;
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment