QStencilOperation#
The QStencilOperation
class specifies stencil operation. More…
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
parent –
PySide6.Qt3DCore.Qt3DCore.QNode
The constructor creates a new QStencilOperation
instance with the specified parent
.
- PySide6.Qt3DRender.Qt3DRender.QStencilOperation.back()#
Holds the stencil operation arguments for back-facing polygons.
- PySide6.Qt3DRender.Qt3DRender.QStencilOperation.front()#
Holds the stencil operation arguments for front-facing polygons.