Click or drag to resize
SoDepthBufferclearBuffer Property

If true, the depth buffer is cleared when the node is traversed (glClear(GL_DEPTH_BUFFER_BIT)).

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

Property Value

Type: SoSFBool
Remarks

The extent of the buffer that is actually cleared may be limited using an SoViewportClipping node. Default is false.

NOTE: field available since Open Inventor 8.6

See Also