StencilOperationArguments QML Type
StencilOperationArguments 类型用于设置模板和深度测试失败时要采取的措施。更多
Import Statement: | import Qt3D.Render 2.9 |
In C++: | QStencilOperationArguments |
Inherits: | |
Status: | Deprecated |
属性
- allTestsPassOperation : enumeration
- depthTestFailureOperation : enumeration
- faceMode : enumeration
- stencilTestFailureOperation : enumeration
详细说明
StencilOperationArguments 类型指定了模板操作的参数。
另请参阅 StencilOperation 。
属性文档
allTestsPassOperation : enumeration |
当深度和钢网测试通过时,保留钢网测试操作。默认为StencilOperationArguments.Keep。
另请参阅 StencilOperationArguments::stencilTestFailureOperation 和Qt3DRender::QStencilOperationArguments::Operation 。
depthTestFailureOperation : enumeration |
当钢网测试通过但深度测试失败时,保留钢网测试操作。默认为StencilOperationArguments.保持。
另请参阅 StencilOperationArguments::stencilTestFailureOperation 和Qt3DRender::QStencilOperationArguments::Operation 。
faceMode : enumeration |
保存应用参数的面。
- StencilOperationArguments.Front
- StencilOperationArguments.Back
- StencilOperationArguments.FrontAndBack
stencilTestFailureOperation : enumeration |
当钢网测试失败时,保留钢网测试操作。默认为StencilOperationArguments.Keep。
- StencilOperationArguments.Zero
- StencilOperationArguments.Keep
- StencilOperationArguments.替换
- StencilOperationArguments.递增
- StencilOperationArguments.Decrement
- StencilOperationArguments.IncrementWrap
- StencilOperationArguments.DecrementWrap
- StencilOperationArguments.Inverter
© 2025 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.