SoShadowGroupintensity Property |
Specifies the intensity of the shadow.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoSFFloat intensity { get; }
Public ReadOnly Property intensity As SoSFFloat
Get
public:
property SoSFFloat^ intensity {
SoSFFloat^ get ();
}
member intensity : SoSFFloat with get
Property Value
Type:
SoSFFloatRemarks 0 = lowest intensity (the shadow is invisible), 1 = highest intensity (the shadow is solid black).
See Also