QFrontFace Class
(Qt3DRender::QFrontFace)The QFrontFace class defines front and back facing polygons. More...
Header: | #include <QFrontFace> |
qmake: | QT += 3drender |
Since: | Qt 5.7 |
Instantiated By: | FrontFace |
Inherits: | Qt3DRender::QRenderState |
Public Types
enum | WindingDirection { ClockWise, CounterClockWise } |
Properties
- direction : WindingDirection
- 3 properties inherited from Qt3DCore::QNode
- 1 property inherited from QObject
Public Functions
QFrontFace(Qt3DCore::QNode *parent = nullptr) | |
Qt3DRender::QFrontFace::WindingDirection | direction() const |
- 13 public functions inherited from Qt3DCore::QNode
- 31 public functions inherited from QObject
Public Slots
void | setDirection(Qt3DRender::QFrontFace::WindingDirection direction) |
- 3 public slots inherited from Qt3DCore::QNode
- 1 public slot inherited from QObject
Signals
void | directionChanged(Qt3DRender::QFrontFace::WindingDirection direction) |
- 4 signals inherited from Qt3DCore::QNode
- 2 signals inherited from QObject
Static Public Members
const QMetaObject | staticMetaObject |
- 9 static public members inherited from QObject
Additional Inherited Members
- 2 protected functions inherited from Qt3DCore::QNode
- 9 protected functions inherited from QObject
Detailed Description
The QFrontFace class defines front and back facing polygons.
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.
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) |
Member Function Documentation
QFrontFace::QFrontFace(Qt3DCore::QNode *parent = nullptr)
The constructor creates a new QFrontFace::QFrontFace instance with the specified parent
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-5.12/qt3drender-qfrontface.html