Click or drag to resize
SoDepthBufferrange Property

Value range for the depth buffer (glDepthRange).

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

Property Value

Type: SoSFVec2f
Remarks

Default is [0.0-1.0]. The range will be clamped to [0.0-1.0] by OpenGL.

See Also