Click or drag to resize
SoLightshadowIntensity Property

Specifies the intensity of shadows cast by this light.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntax
public SoSFFloat shadowIntensity { get; }

Property Value

Type: SoSFFloat
Remarks

This field only has an effect on objects that are inside an OIV.Inventor.Nodes.SoShadowGroup node.

The shadow intensity is a value between 0 and 1. With a value of 0, the light casts no shadows. With a value of 1, the light casts shadows at the maximum intensity, defined by the value of OIV.Inventor.Nodes.SoShadowGroup.intensity. The default value is 1.

Note Note

Field available since Open Inventor 2025.2

See Also