OptionalpropertiesOptionalcolor?: ColorThe color of the ambient occlusion. (default: black)
OptionaldepthPhi?: numberAllows to adjust the influence of the depth difference in the denoising pass. (default: 2)
Optionaldistance?: numberControls the radius/size of the ambient occlusion in world units. (default: 1)
OptionaldistanceIntensity?: numberControls how fast the ambient occlusion fades away with distance in world units. (default: 1)
Optionalintensity?: numberA purely artistic control for the intensity of the AO - runs the ao through the function pow(ao, intensity), which has the effect of darkening areas with more ambient occlusion. (default: 2.5)
Optionaliterations?: numberThe number of iterations of the denoising pass. (default: 1)
OptionallumaPhi?: numberAllows to adjust the influence of the luma difference in the denoising pass. (default: 10)
OptionalnormalPhi?: numberAllows to adjust the influence of the normal difference in the denoising pass. (default: 3.25)
Optionalradius?: numberThe radius of the poisson disk. (default: 12)
OptionalresolutionScale?: numberThe resolution scale of the ambient occlusion. (default: 1)
Optionalrings?: numberThe rings of the poisson disk. (default: 11)
Optionalsamples?: numberThe samples that are used in the poisson disk. (default: 16)
Optionalspp?: numberThe samples that are taken per pixel to compute the ambient occlusion. (default: 16)
OptionaltokenThe token of the effect, is only returned by the viewer, but ignored as an input.
The type of this effect.