RayCaster QML Type▲
-
Import Statement: import Qt3D.Render 2.4
-
Since:: Qt 5.11
-
Instantiates:: QRayCaster
Detailed Description▲
The 3d ray is defined by its origin, direction and length. It will be affected by the transformations applied to the entity it belongs to.
Ray casting tests will be performed every frame as long as the component is enabled. The hits property will be updated with the list of intersections.
See Also▲
See also AbstractRayCaster, ScreenRayCaster, NoPicking