QPlaneGeometryView 类

class Qt3DExtras::QPlaneGeometryView

正方形平面网格。 更多...

头文件 #include <Qt3DExtras/QPlaneGeometryView>
CMakefind_package(Qt6 REQUIRED COMPONENTS 3dextras)
target_link_libraries(mytarget PRIVATE Qt6::3dextras)
qmakeQT += 3dextras
由以下实例化 PlaneGeometryView
继承 Qt3DCore::QGeometryView

属性

公共函数

QPlaneGeometryView(Qt3DCore::QNode *parent = nullptr)
floatheight() const
QSizemeshResolution() const
boolmirrored() const
floatwidth() const

公共槽

voidsetHeight(float height)
voidsetMeshResolution(const QSize &resolution)
voidsetMirrored(bool mirrored)
voidsetWidth(float width)

信号

voidheightChanged(float height)
voidmeshResolutionChanged(const QSize &meshResolution)
voidmirroredChanged(bool mirrored)
voidwidthChanged(float width)

详细说明

* * * * * * *

属性说明

height : float

包含平面高度。

访问函数

floatheight() const
voidsetHeight(float height)

通知信号

voidheightChanged(float height)

meshResolution : QSize

包含平面分辨率。此属性的宽度和高度值分别指定在相应维度中生成的网格顶点的数量。

访问函数

QSizemeshResolution() const
voidsetMeshResolution(const QSize &resolution)

通知信号

voidmeshResolutionChanged(const QSize &meshResolution)

镜像 : 布尔值

控制平面的UV坐标是否应该垂直翻转。

访问函数

bool镜像() const
voidsetMirrored(bool mirror)

通知信号

voidmirroredChanged(bool mirror)

宽度 : 浮点

包含平面的宽度。

访问函数

float宽度() const
voidsetWidth(float width)

通知信号

voidwidthChanged(float width)

成员函数文档

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

构建一个具有父对象的新的 QPlaneGeometryView。

© 2024 The Qt Company Ltd. 包含在此处的文档贡献是相关所有者的版权。提供的文档在此许可证下提供,该许可证由自由软件基金会发布,根据 GNU 自由文献许可证版本 1.3。Qt 和相应的标志是芬兰及其它世界各地的领域的 The Qt Company Ltd. 的商标。所有其他商标是各自所有者的财产。