StencilOperation QML Type

The StencilOperation type specifies stencil operation 更多...

Import Statement: import Qt3D.Render 2.0
开始支持版本: Qt 5.7
Instantiates: 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.

属性

Holds the stencil operation arguments for back-facing polygons.


Holds the stencil operation arguments for front-facing polygons.