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