StencilOperationArguments QML Type

The StencilOperationArguments type sets the actions to be taken when stencil and depth tests fail. More...

Import Statement: import Qt3D.Render 2.0
Since: Qt 5.7
Instantiates: QStencilOperationArguments
Inherits:

QtObject

Properties

Detailed Description

The StencilOperationArguments type specifies the arguments for the stencil operations.

See also StencilOperation.

Property Documentation

allTestsPassOperation : enumeration

Holds the stencil test operation for when depth and stencil test pass. Default is StencilOperationArguments.Keep.

See also StencilOperationArguments::stencilTestFailureOperation and Qt3DRender::QStencilOperationArguments::Operation.

depthTestFailureOperation : enumeration

Holds the stencil test operation for when the stencil test passes, but depth test fails. Default is StencilOperationArguments.Keep.

See also StencilOperationArguments::stencilTestFailureOperation and Qt3DRender::QStencilOperationArguments::Operation.

[read-only] faceMode : enumeration

Holds the faces the arguments are applied to.

See also Qt3DRender::QStencilOperationArguments::FaceMode.

stencilTestFailureOperation : enumeration

Holds the stencil test operation for when the stencil test fails. Default is StencilOperationArguments.Keep.

See also Qt3DRender::QStencilOperationArguments::Operation.

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