QStencilOperation

The QStencilOperation class specifies stencil operation. More

Inheritance diagram of PySide6.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 PySide6.Qt3DRender.Qt3DRender.QStencilOperation([parent=None])
Parameters

parentPySide6.Qt3DCore.Qt3DCore.QNode

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

PySide6.Qt3DRender.Qt3DRender.QStencilOperation.back()
Return type

PySide6.Qt3DRender.Qt3DRender.QStencilOperationArguments

Holds the stencil operation arguments for back-facing polygons.

PySide6.Qt3DRender.Qt3DRender.QStencilOperation.front()
Return type

PySide6.Qt3DRender.Qt3DRender.QStencilOperationArguments

Holds the stencil operation arguments for front-facing polygons.