The StencilTest type specifies arguments for the stecil test 更多...
| import 语句: | import Qt3D.Render 2.0 |
| Since: | Qt 5.7 |
| 实例化: | QStencilTest |
| 继承: | RenderState |
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.