mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-06 21:45:33 +00:00
Merge pull request #3087 from akortunov/near_clip
Temporary increase default near clip distance
This commit is contained in:
commit
852c71fe22
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ near clip
|
||||||
|
|
||||||
:Type: floating point
|
:Type: floating point
|
||||||
:Range: > 0
|
:Range: > 0
|
||||||
:Default: 1.0
|
:Default: 3.0
|
||||||
|
|
||||||
This setting controls the distance to the near clipping plane. The value must be greater than zero.
|
This setting controls the distance to the near clipping plane. The value must be greater than zero.
|
||||||
Values greater than approximately 18.0 will occasionally clip objects in the world in front of the character.
|
Values greater than approximately 18.0 will occasionally clip objects in the world in front of the character.
|
||||||
|
|
|
@ -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 = 1
|
near clip = 3
|
||||||
|
|
||||||
# Cull objects that occupy less than 'small feature culling pixel size' on the screen.
|
# Cull objects that occupy less than 'small feature culling pixel size' on the screen.
|
||||||
small feature culling = true
|
small feature culling = true
|
||||||
|
|
Loading…
Reference in a new issue