ambientOcclusion property
Screen-space ambient occlusion settings. Off by default; set AmbientOcclusionSettings.enabled to turn it on. Requires a PerspectiveCamera (the occlusion is reconstructed from the camera's perspective depth); it is skipped for other camera types.
Implementation
final AmbientOcclusionSettings ambientOcclusion = AmbientOcclusionSettings();