ObjectNodeIsReceivingShadow Property |
Gets or sets a Boolean that specified if this ObjectNode can receive shadow. If false the shadow will not be visible on this object (true by default).
Namespace: Ab3d.DirectXAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 1.1.5815.1040
Syntaxpublic bool IsReceivingShadow { get; set; }
Property Value
Type:
Boolean
See Also