QFrontFace Class | Qt 3D 5.15.19 (original) (raw)

class Qt3DRender::QFrontFace

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

This class was introduced in Qt 5.7.

Public Types

Properties

Public Functions

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

Public Slots

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

Signals

See also QCullFace.

Member Type Documentation

enum QFrontFace::WindingDirection

This enumeration specifies the winding direction values.

Constant Value Description
Qt3DRender::QFrontFace::ClockWise 0x0900 Clockwise polygons are front facing.
Qt3DRender::QFrontFace::CounterClockWise 0x0901 Counter 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)

© 2025 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.