Click or drag to resize
SoEnvironmentambientOcclusionIntensity Property

Intensity of ambient occlusion: the higher the value, the darker the scene.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoSFFloat ambientOcclusionIntensity { get; }

Property Value

Type: SoSFFloat
Remarks

Default is 1.0.

Note: This field is "global", which means that if you have multiple instances of OIV.Inventor.Nodes.SoEnvironment node, any change in the intensity field of one instance will automatically be applied to the intensity field of the other instances. As a result, the intensity of the ambient occlusion is the same for the whole scene

Note Note

Field available since Open Inventor 10.10

See Also