StencilOperationArguments QML Type

StencilOperationArguments 类型用于设置模板和深度测试失败时要采取的措施。更多

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

QtObject

Status: Deprecated

属性

详细说明

StencilOperationArguments 类型指定了模板操作的参数。

另请参阅 StencilOperation

属性文档

allTestsPassOperation : enumeration

当深度和钢网测试通过时,保留钢网测试操作。默认为StencilOperationArguments.Keep。

另请参阅 StencilOperationArguments::stencilTestFailureOperationQt3DRender::QStencilOperationArguments::Operation


depthTestFailureOperation : enumeration

当钢网测试通过但深度测试失败时,保留钢网测试操作。默认为StencilOperationArguments.保持。

另请参阅 StencilOperationArguments::stencilTestFailureOperationQt3DRender::QStencilOperationArguments::Operation


faceMode : enumeration [read-only]


stencilTestFailureOperation : enumeration


© 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.