PlaneGeometry QML Type

PlaneGeometryは、3D空間に平面を作成することができます。詳細...

Import Statement: import Qt3D.Extras 2.8
In C++: QPlaneGeometry
Status: Deprecated

プロパティ

詳細な説明

PlaneGeometry 型は、PlaneMesh 型で内部的に最もよく使用されますが、カスタムGeometryRenderer 型でも使用できます。

プロパティの説明

height : real

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


indexAttribute : Attribute [read-only]

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


mirrored : bool

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


normalAttribute : Attribute [read-only]

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


positionAttribute : Attribute [read-only]

ジオメトリ位置属性を保持します。


resolution : size

平面の解像度を保持します。


tangentAttribute : Attribute [read-only]

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


texCoordAttribute : Attribute [read-only]

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


width : real

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


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