Click or drag to resize
SoDepthBuffer Properties

The SoDepthBuffer type exposes the following members.

Properties
  NameDescription
Public propertyclearBuffer

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

Public propertyfunction

Depth comparison function to use (glDepthFunc).

Public propertyIsDisposable
ISafeDisposable interface implementation.
(Inherited from SoDisposable.)
Public propertyrange

Value range for the depth buffer (glDepthRange).

Public propertytest

Enable depth buffer testing (glEnable).

Public propertyUserData
Gets or sets the user data to be contained by the field container.
(Inherited from SoFieldContainer.)
Public propertywrite

Enable depth buffer writing (glDepthMask).

Top
See Also