1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-25 06:35:30 +00:00
OpenMW/files/settings-default.cfg

25 lines
620 B
INI
Raw Normal View History

2012-04-01 17:14:49 +02:00
[Objects]
2012-04-01 17:14:49 +02:00
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
2012-04-01 17:14:49 +02:00
num lights = 8
# Use static geometry for static objects. Improves rendering speed.
use static geometry = true
# Limit the rendering distance of small objects
limit small object distance = false
# Size below which an object is considered as small
small object size = 250
# Rendering distance for small objects
small object distance = 3500
[Terrain]
# Max. number of lights that affect the terrain. Setting to 1 will only reflect sunlight
num lights = 8