Click or drag to resize
SoEnvironmentambientOcclusion Property

If set to true, ambient occlusion is activated (for shapes other than OIV.VolumeViz.Nodes.SoVolumeRender).

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax
public SoSFBool ambientOcclusion { get; }

Property Value

Type: SoSFBool
Remarks

Default is false.

Limitation: Currently ambient occlusion is only applied to line geometry, specifically OIV.Inventor.Nodes.SoLineSet and OIV.Inventor.Nodes.SoIndexedLineSet.

NOTE: field available since Open Inventor 10.2 If set to true, ambient occlusion is activated. Default is false. Note : The ambient occlusion only affects the line shape rendering.

See Also