Click or drag to resize
AB4D logo

PlanarShadowRenderingProviderApplyShadowMatrix Property

Gets or sets a Boolean that specifies if a shadow matrix is applied to the rendered 3D objects. By default this property is set to true, but when rendering custom shadow objects (defined in a custom RenderingQueue) that already have shadow matrix applied, then this property should be set to false.

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

Property Value

Boolean
See Also