AmbientOcclusionEffect.MaxDistance Property
Gets or sets the maximum distance between a position in the world and the camera for which the effect is applied.
Syntax
public System.Double MaxDistance { get; set; }
Property Value
Default: 20000.0
The maximum distance, in meters, between a position in the world and the camera for which the effect is applied.
Remarks
To minimize the artifacts created for points far from the camera, the effect can have a MaxDistance that will interpolate the strength of the effect so that the effect will have the strength of the Strength property at zero distance from the camera, and strength zero at distance MaxDistance and beyond. If maxDistance is set to zero, then the Ambient Occlusion effect will have full strength for all distances, but that is not recommended due to previously mentioned artifacts.
Platforms
Windows, Linux, Android