fix far plane
This commit is contained in:
@@ -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)) {}
|
||||||
|
|||||||
Reference in New Issue
Block a user