QStencilOperation

PyQt5.Qt3DRender.QStencilOperation

Inherits from QRenderState.

Description

The QStencilOperation class specifies stencil operation.

A QStencilOperation class specifies the stencil operations for the front- and back-facing polygons. The stencil operation control what is done to fragment when the stencil and depth test pass or fail.

See also

QStencilTest.

Methods

__init__(parent: QNode = None)

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


back() → QStencilOperationArguments

TODO


front() → QStencilOperationArguments

TODO