StencilTest QML Type

The StencilTest type specifies arguments for the stecil test. 更多...

导入语句: import Qt3D.Render 2.5
实例化: 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 .

特性文档编制

[read-only] back : StencilTestArguments

Holds the stencil test arguments for back-facing polygons.


[read-only] front : StencilTestArguments

Holds the stencil test arguments for front-facing polygons.