QStencilTestArguments Class

class Qt3DRender::QStencilTestArguments

The QStencilTestArguments class specifies arguments for stencil test. More...

Header: #include <QStencilTestArguments>
qmake: QT += 3drender
Since: Qt 5.7
Instantiated By: StencilTestArguments

This class was introduced in Qt 5.7.

Public Types

enum StencilFaceMode { Front, Back, FrontAndBack }

Detailed Description

The Qt3DRender::QStencilTestArguments class specifies the arguments for the stencil test.

Member Type Documentation

enum QStencilTestArguments::StencilFaceMode

This enumeration holds the values for stencil test arguments face modes

ConstantValueDescription
Qt3DRender::QStencilTestArguments::Front0x0404Arguments are applied to front-facing polygons.
Qt3DRender::QStencilTestArguments::Back0x0405Arguments are applied to back-facing polygons.
Qt3DRender::QStencilTestArguments::FrontAndBack0x0408Arguments are applied to both front- and back-facing polygons.