QFrontFace¶
The
QFrontFace
class defines front and back facing polygons. More…
Synopsis¶
Functions¶
def
direction
()
Slots¶
def
setDirection
(direction)
Signals¶
def
directionChanged
(direction)
Detailed Description¶
A
QFrontFace
sets the winding direction of the front facing polygons.See also
QCullFace
- class PySide2.Qt3DRender.Qt3DRender.QFrontFace([parent=None])¶
- param parent:
The constructor creates a new
QFrontFace
instance with the specifiedparent
- PySide2.Qt3DRender.Qt3DRender.QFrontFace.WindingDirection¶
This enumeration specifies the winding direction values.
Constant
Description
Qt3DRender.QFrontFace.ClockWise
Clockwise polygons are front facing.
Qt3DRender.QFrontFace.CounterClockWise
Counter clockwise polygons are front facing.
- PySide2.Qt3DRender.Qt3DRender.QFrontFace.direction()¶
- Return type:
Holds the winding direction of the front facing polygons. Default is Clockwise.
- PySide2.Qt3DRender.Qt3DRender.QFrontFace.directionChanged(direction)¶
- Parameters:
direction –
WindingDirection
- PySide2.Qt3DRender.Qt3DRender.QFrontFace.setDirection(direction)¶
- Parameters:
direction –
WindingDirection
Holds the winding direction of the front facing polygons. Default is Clockwise.
© 2022 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.