fix far plane

This commit is contained in:
h4570
2022-08-28 13:50:32 +02:00
parent 48fa642cef
commit 286b9e43a7
+1 -1
View File
@@ -22,7 +22,7 @@ class RendererSettings {
height(448.0F), height(448.0F),
interlacedHeightF(height / 2), interlacedHeightF(height / 2),
near(0.1F), near(0.1F),
far(8192.0F), far(51200.0F),
projectionScale(4096.0F), projectionScale(4096.0F),
aspectRatio(width / height), aspectRatio(width / height),
interlacedHeightUI(static_cast<unsigned int>(interlacedHeightF)) {} interlacedHeightUI(static_cast<unsigned int>(interlacedHeightF)) {}