Click or drag to resize
SoDepthBuffertest Property

Enable depth buffer testing (glEnable).

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

Property Value

Type: SoSFBool
Remarks

Default is true.

Note that disabling depth testing will prevent the depth buffer from being updated even if depth buffer writing is set to true.

See Also