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: 2024.1.1.0 (2024.1.1)
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: Be careful when using this feature along with a transparency mode other than OIV.Inventor.Actions.SoGLRenderAction.TransparencyTypes.NO_SORT because the objects rendering order might be different from their ordering in the scene graph.

Note Note

Field available since Open Inventor 8.6

See Also