PickingProxy QML Type

ピッキングにのみ使用される代替GeometryViewもっと見る...

Import Statement: import Qt3D.Render 2.8
In C++: QPickingProxy
Inherits:

Component3D

Status: Deprecated

詳細説明

ピッキングは、特にメッシュの頂点数が多い場合、高価な操作になることがあります。PickProxy を使用すると、通常はプリミティブ数が少ない代替ジオメトリをピッキングに使用し、GeometryRenderer インスタンスをレンダリングに使用することができます。

注意: アプリケーションが、レンダリングされたメッシュと一致するピッキング座標を必要とする場合は、PickingProxy を使用しないでください。

注: ピッキング アルゴリズムは、ピッキング レイと交差しないバウンディング ボリュームを持つエンティティを最適化するために、バウンディング ボリューム階層を使用します。この階層では、プロキシのバウンディングボリュームではなく、レンダリングされたエンティティのバウンディングボリューム(またはBoundingVolume コンポーネントを使用して明示的に設定されたもの)が使用されます。

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