Defines the values to use for specifying 3D buffer comparisons in the setDepthTest() and setStencilAction() methods of a Context3D instance.


Lib.Media.Display3D.Context3DCompareMode.ALWAYS

The comparison always evaluates as true.

Lib.Media.Display3D.Context3DCompareMode.EQUAL

Equal (==).

Lib.Media.Display3D.Context3DCompareMode.GREATER

Greater than (>).

Lib.Media.Display3D.Context3DCompareMode.GREATER_EQUAL

Greater than or equal (>=).

Lib.Media.Display3D.Context3DCompareMode.LESS

Less than (<).

Lib.Media.Display3D.Context3DCompareMode.LESS_EQUAL

Less than or equal (<=).

Lib.Media.Display3D.Context3DCompareMode.NEVER

The comparison never evaluates as true.

Lib.Media.Display3D.Context3DCompareMode.NOT_EQUAL

Not equal (!=).

Created with the Personal Edition of HelpNDoc: Full-featured Documentation generator