QFrontFace 类

class Qt3DRender::QFrontFace

QFrontFace 类定义了前后向多边形。 更多信息...

头文件 #include <QFrontFace>
CMakefind_package(Qt6 REQUIRED COMPONENTS 3drender)
target_link_libraries(mytarget PRIVATE Qt6::3drender)
qmakeQT += 3drender
由以下实例化 FrontFace
继承自 Qt3DRender::QRenderState

公共类型

枚举WindingDirection { ClockWise, CounterClockWise }

属性

公共函数

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

公共槽函数

voidsetDirection(Qt3DRender::QFrontFace::WindingDirection direction)

信号

voiddirectionChanged(Qt3DRender::QFrontFace::WindingDirection direction)

详细描述

Qt3DRender::QFrontFace 设置前后向多边形的遍历方向。

另请参阅QCullFace

成员类型文档

枚举 QFrontFace::WindingDirection

此枚举指定遍历方向值。

常量描述
Qt3DRender::QFrontFace::ClockWise0x0900顺时针多边形是前向的。
Qt3DRender::QFrontFace::CounterClockWise0x0901逆时针多边形是前向的。

属性文档

direction : WindingDirection

包含前后向多边形的遍历方向。默认为顺时针。

访问函数

Qt3DRender::QFrontFace::WindingDirectiondirection() const
voidsetDirection(Qt3DRender::QFrontFace::WindingDirection direction)

通知信号

voiddirectionChanged(Qt3DRender::QFrontFace::WindingDirection direction)

成员函数文档

[显式] QFrontFace::QFrontFace(Qt3DCore::QNode *parent = nullptr)

构造函数创建一个指定[i]的新的 QFrontFace::QFrontFace 实例。

© 2024 The Qt Company Ltd。本文件中包含的文档贡献归各自所有者所有权。本文件提供的文档根据自由软件开发基金会发布的《GNU自由文档许可协议》第1.3版下的条款进行许可。GNU自由文档许可协议版本1.3。Qt及其相关标志是The Qt Company Ltd在芬兰和/或其他国家/地区的商标。所有其他商标均为其各自所有者的财产。