StencilMask QML Type▲
-
Import Statement: import Qt3D.Render 2.4
-
Since:: Qt 5.7
-
Inherits:: RenderState
-
Instantiates:: QStencilMask
-
Group: StencilMask is part of renderstates
Detailed Description▲
A StencilMask type specifies the mask for the stencil test. Mask can be specified separately for the front-facing and back-facing polygons. The stencil test reference value and stencil buffer value gets and'd with the mask prior to applying stencil function.
See Also▲
See also StencilTest