Click or drag to resize
SoEnvironmentfogStart Property

Distance at which the linear fog HAZE starts to be applied.

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

Property Value

Type: SoSFFloat
Remarks

Default is 0. Between fogStart and fogVisibility, the HAZE fog is linear, and beyond the fogVisibility distance, the fog totally obscures objects. This field has no effect on other types of fog.

See Also