Gets or sets whether the Z buffer value should be tested during the rendering.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public bool DepthCheck { get; set; }

Field Value

trueTruetruetrue (True in Visual Basic) if the the Z buffer value will be tested, falseFalsefalsefalse (False in Visual Basic) otherwise.

See Also