mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-19 19:10:12 +00:00
Merge branch 'rain_ripple_default' into 'master'
Set rain ripples default to sparse Closes #6422 See merge request OpenMW/openmw!1631
This commit is contained in:
commit
0ce338bee7
2 changed files with 2 additions and 2 deletions
|
@ -82,7 +82,7 @@ rain ripple detail
|
|||
|
||||
:Type: integer
|
||||
:Range: 0, 1, 2
|
||||
:Default: 2
|
||||
:Default: 1
|
||||
|
||||
Controls how detailed the raindrop ripples on water are.
|
||||
|
||||
|
|
|
@ -654,7 +654,7 @@ reflection detail = 2
|
|||
|
||||
# Whether to use fully detailed raindrop ripples. (0, 1, 2).
|
||||
# 0 = rings only; 1 = sparse, high detail; 2 = dense, high detail
|
||||
rain ripple detail = 2
|
||||
rain ripple detail = 1
|
||||
|
||||
# Overrides the value in '[Camera] small feature culling pixel size' specifically for water reflection/refraction textures.
|
||||
small feature culling pixel size = 20.0
|
||||
|
|
Loading…
Reference in a new issue