StencilTest QML Type

The StencilTest type specifies arguments for the stecil test. More...

Import Statement: import Qt3D.Render 2.15
Since: Qt 5.7
Instantiates: QStencilTest
Inherits:

RenderState

Properties

  • back : StencilTestArguments
  • front : StencilTestArguments

Detailed Description

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.

See also StencilMask and StencilOperation.

Property Documentation

Holds the stencil test arguments for back-facing polygons.


Holds the stencil test arguments for front-facing polygons.