Geometry QML Type
ジオメトリをカプセル化します。詳細...
プロパティ
- attributes : list<Attribute>
- boundingVolumePositionAttribute : Attribute
- maxExtent : vector3d
- minExtent : vector3d
詳細説明
Geometry タイプは、Attribute オブジェクトのリストをグループ化し、Qt3D がGeometryRenderer を使用してレンダリングできる幾何学的な形状を形成するために使用されます。特殊な属性を設定することで、形状の外接体積を計算することができます。
属性ドキュメント
boundingVolumePositionAttribute : Attribute |
バウンディングボリュームの計算に使用されるアトリビュートを保持します。バウンディングボリュームは、ピッキングとビューのフラストラムカリングに内部的に使用されます。
未指定の場合、システムは QAttribute::defaultPositionAttributeName が返す名前を使用して属性を探します。
Attributeも参照してください 。
maxExtent : vector3d |
最も高い x, y, z 位置値を持つ頂点を保持します。
minExtent : vector3d |
x, y, z 位置の値が最も小さい頂点を保持します。
© 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.