StencilTestArguments QML Type

The StencilTestArguments type specifies arguments for stencil test. \since 5.7 \ingroup renderstates \inqmlmodule Qt3D.Render \inherits QtObject. More...

Instantiates: QStencilTestArguments

Properties

Detailed Description

The StencilTestArguments type specifies the arguments for the stencil test.

Property Documentation

comparisonMask : int

Holds the stencil test comparison mask. Default is all zeroes.


[read-only] faceMode : enumeration

Holds the faces the arguments are applied to.

\readonly

See also Qt3DRender::QStencilTestArguments::StencilFaceMode.


referenceValue : int

Holds the stencil test reference value. Default is zero.


stencilFunction : enumeration

Holds the stencil test function. Default is StencilTestArguments.Never.