このページでは

Geometry QML Type

ジオメトリをカプセル化します。詳細...

Import Statement: import Qt3D.Core 2.11
In C++: QGeometry
Inherits:

Node

Status: Deprecated

プロパティ

詳細説明

Geometry タイプは、Attribute オブジェクトのリストをグループ化し、Qt3D がGeometryRenderer を使用してレンダリングできる幾何学的な形状を形成するために使用されます。特殊な属性を設定することで、形状の外接体積を計算することができます。

プロパティのドキュメント

attributes : list<Attribute>

ジオメトリの属性のリストを保持します。

boundingVolumePositionAttribute : Attribute

バウンディングボリュームの計算に使用される属性を保持します。バウンディングボリュームは、ピッキングとビューのフラストラムカリングに内部的に使用されます。

未指定の場合、システムは QAttribute::defaultPositionAttributeName が返す名前を使用して属性を探します。

Attributeも参照してください

maxExtent : vector3d [read-only]

x, y, z 位置の値が最も大きい頂点を保持する。

minExtent : vector3d [read-only]

x, y, z 位置の値が最も小さい頂点を保持する。

© 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.