Update snow.settings
This commit is contained in:
parent
cd6d40254c
commit
1d49a94c0f
1 changed files with 3 additions and 3 deletions
|
|
@ -4,10 +4,10 @@
|
||||||
"Texture_Index" = 4 # Index of snow terrain texture (Terrain texture array)
|
"Texture_Index" = 4 # Index of snow terrain texture (Terrain texture array)
|
||||||
|
|
||||||
"Noise_Tiling" = 4 # Tiling of large snow noise, Smaller tiling creates larger empty areas
|
"Noise_Tiling" = 4 # Tiling of large snow noise, Smaller tiling creates larger empty areas
|
||||||
"Noise2_Tiling" = 300 # Tiling of detail snow noise, Smaller tiling creates larger empty areas
|
"Noise2_Tiling" = 7 # Tiling of detail snow noise, Smaller tiling creates larger empty areas
|
||||||
"Texture_Tiling" = 200
|
"Texture_Tiling" = 200
|
||||||
|
|
||||||
"Snow.Extent" = 0.5 # Maximum Southern extent of snow (top to bottom distance)
|
"Snow.Extent" = 0.43 # Maximum Southern extent of snow (top to bottom distance)
|
||||||
"Snow.AngleRemove" = 0.25 # Snow removal based on terrain Normal angle ( 0.0 - 1.0 )
|
"Snow.AngleRemove" = 0.25 # Snow removal based on terrain Normal angle ( 0.0 - 1.0 )
|
||||||
|
|
||||||
"Frost.Hemisphere_Position" = 0.2 # (Use Snow.Extent)
|
"Frost.Hemisphere_Position" = 0.2 # (Use Snow.Extent)
|
||||||
|
|
@ -16,7 +16,7 @@
|
||||||
"Frost.Terrain_Area_Constrast" = 0.5 # Contrast of frost noise mask, increase to soften mask
|
"Frost.Terrain_Area_Constrast" = 0.5 # Contrast of frost noise mask, increase to soften mask
|
||||||
"Frost.Multiplier" = 0.55 # Frost intensity multiplier
|
"Frost.Multiplier" = 0.55 # Frost intensity multiplier
|
||||||
|
|
||||||
"Snow.Hemisphere_Position" = 0.7 # (Use Snow.Extent)
|
"Snow.Hemisphere_Position" = 0.75 # (Use Snow.Extent)
|
||||||
"Snow.Hemisphere_Constrast" = 0.40 # Contrast of hemisphere mask (top to bottom)
|
"Snow.Hemisphere_Constrast" = 0.40 # Contrast of hemisphere mask (top to bottom)
|
||||||
"Snow.Terrain_Area_Position" = 0.3 # Position of snow noise mask, increase to cover more area
|
"Snow.Terrain_Area_Position" = 0.3 # Position of snow noise mask, increase to cover more area
|
||||||
"Snow.Terrain_Area_Constrast" = 0.9 # Contrast of snow noise mask, increase to soften mask
|
"Snow.Terrain_Area_Constrast" = 0.9 # Contrast of snow noise mask, increase to soften mask
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue