QStencilMask¶

PyQt5.Qt3DRender.QStencilMask

Inherits from QRenderState.

Description¶

The QStencilMask class controls the front and back writing of individual bits in the stencil planes.

A QStencilMask class specifies a write mask for the stencil values after the stencil test. Mask can be specified separately for the front-facing and back-facing polygons. The fragment stencil value is and’d with the mask before it is written to the stencil buffer.

See also

QStencilTest.

Methods¶

__init__(parent: QNode = None)

The constructor creates a new QStencilMask::QStencilMask instance with the specified parent.


backOutputMask() → int

frontOutputMask() → int

setBackOutputMask(int)

See also

backOutputMask().


setFrontOutputMask(int)

See also

frontOutputMask().

Signals¶

backOutputMaskChanged(int)

TODO


frontOutputMaskChanged(int)

TODO