The StencilOperation type specifies stencil operation. 更多...
import 语句: | import Qt3D.Render 2.5 |
实例化: | QStencilOperation |
继承: | RenderState |
A StencilOperation type 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.
另请参阅 StencilTest .
[read-only] back : StencilOperationArguments |
Holds the stencil operation arguments for back-facing polygons.
[read-only] front : StencilOperationArguments |
Holds the stencil operation arguments for front-facing polygons.