Click or drag to resize
AB4D logo

IShadowReceivingNodeIsReceivingShadow Property

Gets or sets a Boolean that specifies if this SceneNode can receive shadow - this means that the shadow is rendered on the object(s) rendered by this SceneNode. This works only for VarianceShadowRenderingProvider.

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

Property Value

Boolean
See Also