PickTriangleEvent holds information when a triangle is picked. More...
| Import Statement: | import Qt3D.Render 2.9
|
| In C++: | QPickTriangleEvent |
| Status: | Deprecated |
When QPickingSettings::pickMode() is set to QPickingSettings::TrianglePicking, the signals on QObjectPicker will carry an instance of QPickTriangleEvent.
This contains the details of the triangle that was picked.
Note: In case of indexed rendering, the point indices are relative to the array of indices, not the array of coordinates.
See also PickingSettings, PickEvent, ObjectPicker, and Attribute.
triangleIndex : uint [read-only]
Specifies the triangle index of the event
vertex1Index : uint [read-only]
Specifies the index of the first vertex in the triangle
vertex2Index : uint [read-only]
Specifies the index of the second vertex in the triangle
vertex3Index : uint [read-only]
Specifies the index of the third vertex in the triangle
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-6.9/qml-qt3d-render-picktriangleevent.html