Qt3DRender.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])
param parent

QNode

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

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

QStencilOperationArguments

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

QStencilOperationArguments