mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-19 19:39:41 +00:00
"compute tight scene bounds" reset back to true until it is decided how best to handle this in settings
This commit is contained in:
parent
dc33eeadf1
commit
3ba77b933a
2 changed files with 2 additions and 2 deletions
|
@ -85,7 +85,7 @@ compute tight scene bounds
|
|||
|
||||
:Type: boolean
|
||||
:Range: True/False
|
||||
:Default: False
|
||||
:Default: True
|
||||
|
||||
With this setting enabled, attempt to better use the shadow map(s) by making them cover a smaller area.
|
||||
May have a minor to major performance impact.
|
||||
|
|
|
@ -806,7 +806,7 @@ enable debug hud = false
|
|||
enable debug overlay = false
|
||||
|
||||
# Attempt to better use the shadow map by making them cover a smaller area. May have a minor to major performance impact.
|
||||
compute tight scene bounds = false
|
||||
compute tight scene bounds = true
|
||||
|
||||
# How large to make the shadow map(s). Higher values increase GPU load, but can produce better-looking results. Power-of-two values may turn out to be faster on some GPU/driver combinations.
|
||||
shadow map resolution = 1024
|
||||
|
|
Loading…
Reference in a new issue