StencilOperationArguments QML Type
The StencilOperationArguments type sets the actions to be taken when stencil and depth tests fail. 更多...
Import Statement: | import Qt3D.Render 2.0 |
开始支持版本: | Qt 5.7 |
Instantiates: | QStencilOperationArguments |
基类: |
属性
- allTestsPassOperation : enumeration
- depthTestFailureOperation : enumeration
- faceMode : enumeration
- stencilTestFailureOperation : enumeration
详细描述
The StencilOperationArguments type specifies the arguments for the stencil operations.
参见 StencilOperation.
属性
Holds the stencil test operation for when depth and stencil test pass. Default is StencilOperationArguments.Keep.
参见 StencilOperationArguments::stencilTestFailureOperation and Qt3DRender::QStencilOperationArguments::Operation.
Holds the stencil test operation for when the stencil test passes, but depth test fails. Default is StencilOperationArguments.Keep.
参见 StencilOperationArguments::stencilTestFailureOperation and Qt3DRender::QStencilOperationArguments::Operation.
Holds the faces the arguments are applied to.
- StencilOperationArguments.Front
- StencilOperationArguments.Back
- StencilOperationArguments.FrontAndBack
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