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