Click or drag to resize
AB4D logo

IShadowReceivingNode Interface

IShadowReceivingNode interface is implemented by a SceneNode that can receive shadow and implements the IsReceivingShadow property.

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public interface IShadowReceivingNode

The IShadowReceivingNode type exposes the following members.

Properties
 NameDescription
Public propertyIsReceivingShadow 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.
Top
See Also