QStencilOperation

The QStencilOperation class specifies stencil operation. More

Inheritance diagram of PySide2.Qt3DRender.Qt3DRender.QStencilOperation

Synopsis

Functions

Detailed Description

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

class PySide2.Qt3DRender.Qt3DRender.QStencilOperation([parent=None])

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

PySide2.Qt3DRender.Qt3DRender.QStencilOperation.back()
Return type:

PySide2.Qt3DRender.Qt3DRender.QStencilOperationArguments

Holds the stencil operation arguments for back-facing polygons.

PySide2.Qt3DRender.Qt3DRender.QStencilOperation.front()
Return type:

PySide2.Qt3DRender.Qt3DRender.QStencilOperationArguments

Holds the stencil operation arguments for front-facing polygons.