SoSlicebumpScale Property |
Specifies the intensity of the bump mapping effect.
Namespace: OIV.VolumeViz.NodesAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoSFFloat bumpScale { get; }
Public ReadOnly Property bumpScale As SoSFFloat
Get
public:
property SoSFFloat^ bumpScale {
SoSFFloat^ get ();
}
member bumpScale : SoSFFloat with get
Property Value
Type:
SoSFFloatRemarks Default value is 1.0. Valid values range from 0 (no bump mapping) to no upper limit. (50 is a fairly large value.)
Note |
---|
Field available since Open Inventor 6.0 |
See Also