StencilTestArguments QML Type
StencilTestArguments 类型指定模板测试的参数。更多
Import Statement: | import Qt3D.Render 2.9 |
In C++: | QStencilTestArguments |
Inherits: | |
Status: | Deprecated |
属性
- comparisonMask : int
- faceMode : enumeration
- referenceValue : int
- stencilFunction : enumeration
详细说明
StencilTestArguments 类型指定模版测试的参数。
属性文档
comparisonMask : int |
模板测试比较掩码。默认为全部为零。
faceMode : enumeration |
持有应用参数的面。
- StencilTestArguments.正面
- StencilTestArguments.Back
- StencilTestArguments.FrontAndBack
referenceValue : int |
保留钢网测试参考值。默认值为零。
stencilFunction : enumeration |
保持钢网测试功能。默认为StencilTestArguments.Never。
- StencilTestArguments.从不
- StencilTestArguments.始终
- StencilTestArguments.Less
- StencilTestArguments.LessOrEqual
- StencilTestArguments.相等
- StencilTestArguments.GreaterOrEqual
- StencilTestArguments.Greater
- StencilTestArguments.NotEqual
© 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.