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.7 |
Instantiates: | QStencilOperationArguments |
Inherits: |
Properties
- allTestsPassOperation : enumeration
- depthTestFailureOperation : enumeration
- faceMode : enumeration
- stencilTestFailureOperation : enumeration
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.
faceMode : enumeration |
Holds the faces the arguments are applied to.
- StencilOperationArguments.Front
- StencilOperationArguments.Back
- StencilOperationArguments.FrontAndBack
stencilTestFailureOperation : enumeration |
Holds the stencil test operation for when the stencil test fails. Default is StencilOperationArguments.Keep.
- StencilOperationArguments.Zero
- StencilOperationArguments.Keep
- StencilOperationArguments.Replace
- StencilOperationArguments.Increment
- StencilOperationArguments.Decrement
- StencilOperationArguments.IncrementWrap
- StencilOperationArguments.DecrementWrap
- StencilOperationArguments.Inverter
© 2024 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.