The StencilOperation type specifies stencil operation. 更多...
| import 语句: | import Qt3D.Render 2.7 |
| 实例化: | QStencilOperation |
| 继承: |
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 .
|
back
:
StencilOperationArguments
|
Holds the stencil operation arguments for back-facing polygons.
|
front
:
StencilOperationArguments
|
Holds the stencil operation arguments for front-facing polygons.