Skip to content
This repository was archived by the owner on Nov 30, 2020. It is now read-only.

Commit ec856cd

Browse files
committed
Tweaked AO defaults
1 parent 28da5c0 commit ec856cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PostProcessing/Runtime/Effects/AmbientOcclusion.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ public enum Quality
2121
public bool enabled = true;
2222

2323
[Range(0f, 4f), Tooltip("Degree of darkness produced by the effect.")]
24-
public float intensity = 1f;
24+
public float intensity = 0.5f;
2525

2626
[Tooltip("Radius of sample points, which affects extent of darkened areas.")]
27-
public float radius = 0.3f;
27+
public float radius = 0.25f;
2828

2929
[Tooltip("Number of sample points, which affects quality and performance. Lowest, Low & Medium passes are downsampled. High and Ultra are not and should only be used on high-end hardware.")]
3030
public Quality quality = Quality.Medium;

0 commit comments

Comments
 (0)