PickingProxy QML Type

Can be used to provide an alternate GeometryView used only for picking. More...

Import Statement: import Qt3D.Render 2.2
Instantiates: QPickingProxy
Inherits:

Component3D

Detailed Description

Picking can be an expensive operation, especially if the mesh has a lot of vertices. PickProxy can be used to provide an alternative geometry, usually with fewer primitives, which will be used for picking, while the GeometryRenderer instance will be used for rendering.

Note: Do not use a PickingProxy if the application requires picking coordinates to match the rendered mesh.

Note: The picking algorithm uses a bounding volume hierarchy to optimize out entities who's bounding volume does not intersect the picking ray. For that hierarchy, the bounding volume of the renderered entity is used (or one explicitly set using a BoundingVolume component) will be used rather than the one of the proxy.

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