Click or drag to resize
AB4D logo

WpfGeometryModel3DNodeIsReceivingShadow 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. Default value is true.

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

Property Value

Boolean

Implements

IShadowReceivingNodeIsReceivingShadow
See Also