StencilTest QML Type
The StencilTest type specifies arguments for the stecil test 更多...
Import Statement: | import Qt3D.Render 2.0 |
开始支持版本: | Qt 5.7 |
Instantiates: | QStencilTest |
基类: |
属性
详细描述
A StencilTest type specifies argument for the stencil test. The stencil test comprises of three arguments: stencil test function, stencil test mask and stencil reference value. StencilTest allows these arguments to be set for both front- and back-facing polygons separately.
参见 StencilMask and StencilOperation.
属性
back : StencilTestArguments |
Holds the stencil test arguments for back-facing polygons.
front : StencilTestArguments |
Holds the stencil test arguments for front-facing polygons.