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