Click or drag to resize
SoEnvironmentfogVisibility Property

Fog visibility distance, which is the distance at which fog totally obscures objects.

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

Property Value

Type: SoSFFloat
Remarks

Default is 0. A value of 0 (the default) causes the OIV.Inventor.Nodes.SoEnvironment node to set up fog so that the visibility is the distance to the far clipping plane of the current camera.

See Also