Click or drag to resize
AB4D logo

IShadowCastingNode Interface

IShadowCastingNode interface is implemented by a SceneNode that can cast shadow and implements the IsCastingShadow property.

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

The IShadowCastingNode type exposes the following members.

Properties
 NameDescription
Public propertyIsCastingShadow Gets or sets a Boolean that specifies if this SceneNode is casing shadow. This means that if IsCastingShadow is true, then 3D objects rendered with this SceneNode will create shadow; if false shadow will not be created. This works for VarianceShadowRenderingProvider and PlanarShadowRenderingProvider but not for ScreenSpaceAmbientOcclusionRenderingProvider.
Top
See Also