PlaneGeometry QML Type
平面のジオメトリを提供します。詳細...
Import Statement: | import QtQuick3D.Helpers |
Since: | Qt 6.9 |
Inherits: |
プロパティ
- asynchronous : bool
- height : real
- meshResolution : size
- mirrored : bool
- plane : PlaneGeometry::Plane
- reversed : bool
- status : bool
- width : real
詳細説明
PlaneGeometry は平面を表すジオメトリ タイプです。平面のサイズは、height プロパティと width プロパティによって定義されます。平面のトポロジーはmeshResolution プロパティによって定義されます。平面の向きは、plane プロパティによって定義されます。
プロパティ Documentation
asynchronous : bool |
このプロパティは、ジオメトリ生成を非同期に行うかどうかを保持します。
height : real |
平面の高さ。デフォルト値は 100.0 です。
mirrored : bool |
平面の UV 座標を垂直方向に反転するかどうかを指定します。
plane : PlaneGeometry::Plane |
平面の向き。デフォルト値はPlaneGeometry.XY です。すべてのジオメトリは選択された平面に沿って作成され、reversed が true でない限り、前面と法線は残りの正軸を指します。
定数 | 説明 |
---|---|
PlaneGeometry.XY | 平面は XY 平面に沿って配置されます。 |
PlaneGeometry.XZ | 平面は XZ 平面に沿って配置されます。 |
PlaneGeometry.ZY | 平面はZY平面に沿っている。 |
reversed : bool |
このプロパティは、平面を反転しても保持されます。これは、平面の法線と巻き順の両方を変更する。デフォルト値はfalseで、XY方向でPlaneを作成した場合、法線は正のZ方向を向き、巻き順は反時計回りになります。反転が true の場合、法線は負の Z 方向を指し、巻き順は時計回りになります。
status : bool |
このプロパティは、asynchronousがtrueのときのジオメトリ生成の状態を保持します。
定数 | 説明 |
---|---|
PlaneGeometry.Null | ジオメトリ生成が開始されていない |
PlaneGeometry.Ready | ジオメトリ生成完了 |
PlaneGeometry.Loading | ジオメトリ生成中 |
PlaneGeometry.Error | ジオメトリ生成に失敗しました。 |
width : real |
平面の幅。デフォルト値は100.0です。
© 2025 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.