QPlaneGeometry Class

class Qt3DExtras::QPlaneGeometry

QPlaneGeometryクラスは、3D空間に平面を作成できる。詳細...

Header: #include <Qt3DExtras/QPlaneGeometry>
CMake: find_package(Qt6 REQUIRED COMPONENTS 3dextras)
target_link_libraries(mytarget PRIVATE Qt6::3dextras)
qmake: QT += 3dextras
In QML: PlaneGeometry
Inherits: Qt3DCore::QGeometry
Status: Deprecated

プロパティ

パブリック関数

QPlaneGeometry(Qt3DCore::QNode *parent = nullptr)
float height() const
Qt3DCore::QAttribute *indexAttribute() const
bool mirrored() const
Qt3DCore::QAttribute *normalAttribute() const
Qt3DCore::QAttribute *positionAttribute() const
QSize resolution() const
Qt3DCore::QAttribute *tangentAttribute() const
Qt3DCore::QAttribute *texCoordAttribute() const
void updateIndices()
void updateVertices()
float width() const

パブリックスロット

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

シグナル

void heightChanged(float height)
void mirroredChanged(bool mirrored)
void resolutionChanged(const QSize &resolution)
void widthChanged(float width)

詳細説明

QPlaneGeometryクラスは、QPlaneMesh 内部で最もよく使用されますが、カスタムQt3DRender::QGeometryRenderer サブクラスでも使用できます。

プロパティの説明

height : float

平面の高さを保持します。

アクセス関数:

float height() const
void setHeight(float height)

通知シグナル:

void heightChanged(float height)

[read-only] indexAttribute : Qt3DCore::QAttribute* const

ジオメトリインデックス属性を保持します。

アクセス関数

Qt3DCore::QAttribute *indexAttribute() const

mirrored : bool

平面のUV座標を垂直方向に反転するかどうかを制御します。

アクセス関数

bool mirrored() const
void setMirrored(bool mirrored)

通知シグナル

void mirroredChanged(bool mirrored)

[read-only] normalAttribute : Qt3DCore::QAttribute* const

ジオメトリ法線属性を保持します。

アクセス関数

Qt3DCore::QAttribute *normalAttribute() const

[read-only] positionAttribute : Qt3DCore::QAttribute* const

ジオメトリの位置アトリビュートを保持します。

アクセス関数

Qt3DCore::QAttribute *positionAttribute() const

resolution : QSize

平面分解能を保持します。

アクセス関数

QSize resolution() const
void setResolution(const QSize &resolution)

通知シグナル

void resolutionChanged(const QSize &resolution)

[read-only] tangentAttribute : Qt3DCore::QAttribute* const

ジオメトリ接線属性を保持します。

アクセス関数

Qt3DCore::QAttribute *tangentAttribute() const

[read-only] texCoordAttribute : Qt3DCore::QAttribute* const

ジオメトリ・テクスチャ座標属性を保持します。

アクセス関数

Qt3DCore::QAttribute *texCoordAttribute() const

width : float

プレーン幅を保持します。

アクセス関数

float width() const
void setWidth(float width)

通知シグナル

void widthChanged(float width)

メンバ関数ドキュメント

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

parent を持つ新しい QPlaneGeometry を構築します。

void QPlaneGeometry::updateIndices()

メッシュ解像度に基づいてインデックスを更新します。

void QPlaneGeometry::updateVertices()

メッシュ解像度、幅、高さプロパティに基づいて頂点を更新します。

本ドキュメントに含まれる文書の著作権は、各所有者に帰属します。 本書で提供されるドキュメントは、Free Software Foundation が発行したGNU Free Documentation License version 1.3に基づいてライセンスされています。 Qtおよびそれぞれのロゴは、フィンランドおよびその他の国におけるThe Qt Company Ltd.の 商標です。その他すべての商標は、それぞれの所有者に帰属します。