SoMaterialreceiveShadow Property |
DirectViz rendering only.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntaxpublic SoSFBool receiveShadow { get; }
Public ReadOnly Property receiveShadow As SoSFBool
Get
public:
property SoSFBool^ receiveShadow {
SoSFBool^ get ();
}
member receiveShadow : SoSFBool with get
Property Value
Type:
SoSFBool
RemarksSpecifies that all the shapes using this material node will receive shadows from other shapes when rendering using DirectViz.
NOTE: field available since Open Inventor 6.1
See Also