|
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.DirectXAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax public float ShadowOffsetFromPlane { get; set; }
Property Value
SingleSee Also