SoDirectVizManagerenvLightIntensityScale Property |
Intensity scale applied to environment lights defined by numEnvLights.
Namespace: OIV.DirectVizAssembly: OIV.DirectViz (in OIV.DirectViz.dll) Version: 9.9.36.0 (9.9.36.0)
Syntaxpublic SoSFFloat envLightIntensityScale { get; }
Public ReadOnly Property envLightIntensityScale As SoSFFloat
Get
public:
property SoSFFloat^ envLightIntensityScale {
SoSFFloat^ get ();
}
member envLightIntensityScale : SoSFFloat with get
Property Value
Type:
SoSFFloat
Remarks
Default is 1.
The initial value can be set using the environment variable DIRECTVIZ_ENV_LIGHTS_SCALE. See SoPreferences. Since Open Inventor 8.0
See Also