StencilOperation QML Type

StencilOperation type specifies stencil operation 更多...

导入语句: import Qt3D.Render 2.0
Since: Qt 5.7
实例化: QStencilOperation
继承:

RenderState

特性

  • back : StencilOperationArguments
  • front : StencilOperationArguments

详细描述

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.