QPlaneMesh Class

class Qt3DExtras::QPlaneMesh

正方形の平面メッシュ。もっと見る...

Header: #include <Qt3DExtras/QPlaneMesh>
CMake: find_package(Qt6 REQUIRED COMPONENTS 3dextras)
target_link_libraries(mytarget PRIVATE Qt6::3dextras)
qmake: QT += 3dextras
In QML: PlaneMesh
Inherits: Qt3DRender::QGeometryRenderer
Status: Deprecated

プロパティ

パブリック関数

QPlaneMesh(Qt3DCore::QNode *parent = nullptr)
float height() const
QSize meshResolution() const
bool mirrored() const
float width() const

パブリックスロット

void setHeight(float height)
void setMeshResolution(const QSize &resolution)
void setMirrored(bool mirrored)
void setWidth(float width)

シグナル

void heightChanged(float height)
void meshResolutionChanged(const QSize &meshResolution)
void mirroredChanged(bool mirrored)
void widthChanged(float width)

詳細説明

プロパティの説明

height : float

平面の高さを保持する。

アクセス関数:

float height() const
void setHeight(float height)

通知シグナル

void heightChanged(float height)

meshResolution : QSize

平面の解像度を保持します。このプロパティの幅と高さの値は、それぞれの次元でメッシュに生成される頂点の数を指定します。

アクセス関数

QSize meshResolution() const
void setMeshResolution(const QSize &resolution)

ノーティファイアシグナル:

void meshResolutionChanged(const QSize &meshResolution)

mirrored : bool

Notifierシグナル:平面のUV座標を垂直方向に反転させるかどうかを制御します。

アクセス関数

bool mirrored() const
void setMirrored(bool mirrored)

ノーティファイアシグナル

void mirroredChanged(bool mirrored)

width : float

平面の幅を保持します。

アクセス関数

float width() const
void setWidth(float width)

通知シグナル:平面の幅を保持します:

void widthChanged(float width)

メンバ関数ドキュメント

[explicit] QPlaneMesh::QPlaneMesh(Qt3DCore::QNode *parent = nullptr)

parent を持つ新しい QPlaneMesh を構築する。

本ドキュメントに含まれる文書の著作権は、それぞれの所有者に帰属します Qtおよび各ロゴは、The Qt Company Ltd.の商標です。 Qtおよびそれぞれのロゴは、フィンランドおよびその他の国におけるThe Qt Company Ltd.の 商標です。その他すべての商標は、それぞれの所有者に帰属します。