QStencilTest

PyQt5.Qt3DRender.QStencilTest

Inherits from QRenderState.

Description

The QStencilTest class specifies arguments for the stecil test.

A QStencilTest class specifies argument for the stencil test. The stencil test comprises of three arguments: stencil test function, stencil test mask and stencil reference value. QStencilTest allows these arguments to be set for both front- and back-facing polygons separately.

Methods

__init__(parent: QNode = None)

The constructor creates a new QStencilTest::QStencilTest instance with the specified parent.


back() → QStencilTestArguments

TODO


front() → QStencilTestArguments

TODO