StencilTest QML Type

StencilTest 类型指定了 stecil 测试的参数。更多

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

RenderState

Status: Deprecated

属性

  • back : StencilTestArguments
  • front : StencilTestArguments

详细说明

StencilTest 类型指定钢网测试的参数。模版测试包括三个参数:模版测试函数、模版测试掩码和模版参考值。StencilTest 允许为正面和背面的多边形分别设置这些参数。

另请参阅 StencilMaskStencilOperation

属性文档

back : StencilTestArguments [read-only]

保存背面多边形的模版测试参数。


front : StencilTestArguments [read-only]

保存正面多边形的模版测试参数。


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