PlaneGeometry QML Type
PlaneGeometryは、3D空間に平面を作成することができます。詳細...
| Import Statement: | import Qt3D.Extras 2.11 |
| In C++: | QPlaneGeometry |
| Status: | Deprecated |
プロパティ
- height : real
- indexAttribute : Attribute
- mirrored : bool
- normalAttribute : Attribute
- positionAttribute : Attribute
- resolution : size
- tangentAttribute : Attribute
- texCoordAttribute : Attribute
- width : real
詳細な説明
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
平面の幅を保持する。
© 2026 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.