Skip to content

Commit 431c6fa

Browse files
committed
Adjusted SsrlIntensityDefault.
1 parent 2513fb5 commit 431c6fa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Nu/Nu/Core/Constants.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ module Render =
284284
let [<Literal>] SsvfAsymmetryDefault = 0.1f
285285
let [<Literal>] SsrlEnabledGlobalDefault = true
286286
let [<Literal>] SsrlEnabledLocalDefault = true
287-
let [<Literal>] SsrlIntensityDefault = 1.0f
287+
let [<Literal>] SsrlIntensityDefault = 0.5f
288288
let [<Literal>] SsrlDetailDefault = 0.21f
289289
let [<Literal>] SsrlRefinementsMaxDefault = 24
290290
let [<Literal>] SsrlRayThicknessDefault = 0.025f

Projects/Terra Firma/Assets/Gameplay/Scene.nugroup

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
[SsvfSteps 24]
9595
[SsvfAsymmetry 0.1]
9696
[SsrlEnabled True]
97-
[SsrlIntensity 1]
97+
[SsrlIntensity 0.5]
9898
[SsrlDetail 0.21]
9999
[SsrlRefinementsMax 24]
100100
[SsrlRayThickness 0.025]

0 commit comments

Comments
 (0)