Click or drag to resize
SoDepthBufferclearBuffer Property

If true, the depth buffer is cleared when the node is traversed.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.3.0.0 (10.3.0.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 OIV.Inventor.Nodes.SoViewportClipping node. Default is false.

NOTE: field available since Open Inventor 8.6

See Also