The StencilTestArguments type specifies arguments for stencil test 更多...
import 语句: | import Qt3D.Render 2.0 |
Since: | Qt 5.7 |
实例化: | QStencilTestArguments |
继承: | QtObject |
The StencilTestArguments type specifies the arguments for the stencil test.
Holds the stencil test comparison mask. Default is all zeroes.
Holds the faces the arguments are applied to.
另请参阅 Qt3DRender::QStencilTestArguments::StencilFaceMode .
Holds the stencil test reference value. Default is zero.
Holds the stencil test function. Default is StencilTestArguments .Never.