Click or drag to resize
SoEnvironmentambientOcclusionRadius Property

Specifies the radius of the "sphere" (in world space) beyond which the ambient occlusion has no more effect.

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

Property Value

Type: SoSFFloat
Remarks

Default is 4.0.

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

Note Note

Field available since Open Inventor 10.10

See Also