W3cubDocs

/Qt 6.9

StencilTestArguments QML Type

The StencilTestArguments type specifies arguments for stencil test. More...

Import Statement: import Qt3D.Render 2.9
In C++: QStencilTestArguments
Inherits:

QtObject

Status: Deprecated

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.


faceMode : enumeration [read-only]

Holds the faces the arguments are applied to.

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.


© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-6.9/qml-qt3d-render-stenciltestarguments.html