You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 30, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: PostProcessing/Runtime/Models/AmbientOcclusionModel.cs
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,9 @@ public struct Settings
28
28
[Tooltip("Halves the resolution of the effect to increase performance.")]
29
29
publicbooldownsampling;
30
30
31
+
[Tooltip("Forces compatibility with Forward rendered objects when working with the Deferred rendering path.")]
32
+
publicboolforceForwardCompatibility;
33
+
31
34
[Tooltip("Enables the ambient-only mode in that the effect only affects ambient lighting. This mode is only available with the Deferred rendering path and HDR rendering.")]
32
35
publicboolambientOnly;
33
36
@@ -44,6 +47,7 @@ public static Settings defaultSettings
0 commit comments