Click or drag to resize
AB4D logo

PlanarShadowRenderingProviderShadowOffsetFromPlane Property

Gets or sets a float number that specifies the distance of the shadow "objects" from the plane. This distance needs to be specified to prevent z-fighting artifacts that would occur is plane and shows objects are rendered to the same 3D positions. Default value is 0.01f.

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public float ShadowOffsetFromPlane { get; set; }

Property Value

Single
See Also