mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-22 20:09:43 +00:00
Settings file cleanup
This commit is contained in:
parent
85345e663a
commit
0fb59178b6
1 changed files with 0 additions and 13 deletions
|
@ -87,13 +87,6 @@ crosshair = true
|
||||||
[Objects]
|
[Objects]
|
||||||
shaders = true
|
shaders = true
|
||||||
|
|
||||||
# Max. number of lights that affect objects. Setting to 1 will only reflect sunlight
|
|
||||||
# Note: has no effect when shaders are turned off
|
|
||||||
num lights = 8
|
|
||||||
|
|
||||||
# Use static geometry for static objects. Improves rendering speed.
|
|
||||||
use static geometry = true
|
|
||||||
|
|
||||||
[Map]
|
[Map]
|
||||||
# Adjusts the scale of the global map
|
# Adjusts the scale of the global map
|
||||||
global map cell size = 18
|
global map cell size = 18
|
||||||
|
@ -114,12 +107,6 @@ exterior grid size = 3
|
||||||
# exact factor would depend on FOV
|
# exact factor would depend on FOV
|
||||||
viewing distance = 4600
|
viewing distance = 4600
|
||||||
|
|
||||||
# Distance at which fog starts (proportional to viewing distance)
|
|
||||||
fog start factor = 0.5
|
|
||||||
|
|
||||||
# Distance at which fog ends (proportional to viewing distance)
|
|
||||||
fog end factor = 1.0
|
|
||||||
|
|
||||||
# Culling of objects smaller than a pixel
|
# Culling of objects smaller than a pixel
|
||||||
small feature culling = true
|
small feature culling = true
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue