mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-07 12:54:00 +00:00
Change the default near clip distance to 1 (Fixes #3155)
This commit is contained in:
parent
b0431833a1
commit
ffcb6ec381
@ -14,7 +14,7 @@
|
|||||||
[Camera]
|
[Camera]
|
||||||
|
|
||||||
# Near clipping plane (>0.0, e.g. 0.01 to 18.0).
|
# Near clipping plane (>0.0, e.g. 0.01 to 18.0).
|
||||||
near clip = 5.0
|
near clip = 1
|
||||||
|
|
||||||
# Cull objects smaller than one pixel.
|
# Cull objects smaller than one pixel.
|
||||||
small feature culling = true
|
small feature culling = true
|
||||||
|
Loading…
Reference in New Issue
Block a user