SoDepthBuffertest Property |
Enable depth buffer testing (glEnable).
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoSFBool test { get; }
Public ReadOnly Property test As SoSFBool
Get
public:
property SoSFBool^ test {
SoSFBool^ get ();
}
member test : SoSFBool with get
Property Value
Type:
SoSFBoolRemarks 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