QFrontFace Class

class Qt3DRender::QFrontFace

The QFrontFace class defines front and back facing polygons. More...

Header: #include <QFrontFace>
CMake: find_package(Qt6 COMPONENTS 3drender REQUIRED)
target_link_libraries(mytarget PRIVATE Qt6::3drender)
qmake: QT += 3drender
Since: Qt 5.7
Instantiated By: FrontFace
Inherits: Qt3DRender::QRenderState

Public Types

enum WindingDirection { ClockWise, CounterClockWise }

Properties

Public Functions

QFrontFace(Qt3DCore::QNode *parent = nullptr)
Qt3DRender::QFrontFace::WindingDirection direction() const

Public Slots

void setDirection(Qt3DRender::QFrontFace::WindingDirection direction)

Signals

void directionChanged(Qt3DRender::QFrontFace::WindingDirection direction)

Detailed Description

A Qt3DRender::QFrontFace sets the winding direction of the front facing polygons.

See also QCullFace.

Member Type Documentation

enum QFrontFace::WindingDirection

This enumeration specifies the winding direction values.

ConstantValueDescription
Qt3DRender::QFrontFace::ClockWise0x0900Clockwise polygons are front facing.
Qt3DRender::QFrontFace::CounterClockWise0x0901Counter clockwise polygons are front facing.

Property Documentation

direction : WindingDirection

Holds the winding direction of the front facing polygons. Default is Clockwise.

Access functions:

Qt3DRender::QFrontFace::WindingDirection direction() const
void setDirection(Qt3DRender::QFrontFace::WindingDirection direction)

Notifier signal:

void directionChanged(Qt3DRender::QFrontFace::WindingDirection direction)

Member Function Documentation

QFrontFace::QFrontFace(Qt3DCore::QNode *parent = nullptr)

The constructor creates a new QFrontFace::QFrontFace instance with the specified parent

© 2024 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.