PickResult QML Type

Contains the results of a pick. More...

Properties

Detailed Description

\inqmlmoduleQtQuick3D

Created as a return object to View3D::pick.

Property Documentation

distance : float

\readonly

This property holds the distance between the pick origin and the hit position i.e. the length of the ray. In the case of using viewport coordinates for picking the pick origin will be the active camera's position.


instanceIndex : int

\readonly\since 6.5

This property holds the index in the instance table for the case where the pick hit an instance of an instanced model.


normal : vector3d

\readonly

This property holds the normal of the face that was hit in local coordinate space.


objectHit : Model

\readonly

This property holds the model object hit by the pick.


position : vector3d

\readonly

This property holds the scene position of the hit in local coordinate space.


sceneNormal : vector3d

\readonly

This property holds the normal of the face that was hit in scene coordinate space.


scenePosition : vector3d

\readonly

This property holds the scene position of the hit.


uvPosition : vector2d

\readonly

This property holds the UV position of the hit. The UV position is calculated as the normalized local x and y coordinates of the hit point relative to the bounding volume. Useful for further picking against an offscreen-rendered object.