Qt3DRender.QStencilOperation¶
The
QStencilOperation
class specifies stencil operation. More…

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 specifiedparent
.
-
PySide2.Qt3DRender.Qt3DRender.QStencilOperation.
back
()¶ - Return type
QStencilOperationArguments
-
PySide2.Qt3DRender.Qt3DRender.QStencilOperation.
front
()¶ - Return type
QStencilOperationArguments