En esta página

PickTriangleEvent QML Type

PickTriangleEvent contiene información cuando se elige un triángulo. Más...

Import Statement: import Qt3D.Render 2.11
In C++: QPickTriangleEvent
Status: Deprecated

Propiedades

Descripción Detallada

Cuando QPickingSettings::pickMode() se establece a QPickingSettings::TrianglePicking, las señales en QObjectPicker llevarán una instancia de QPickTriangleEvent.

Este contiene los detalles del triángulo que fue elegido.

Nota: En caso de renderizado indexado, los índices de los puntos son relativos al array de índices, no al array de coordenadas.

Véase también PickingSettings, PickEvent, ObjectPicker, y Attribute.

Documentación de propiedades

triangleIndex : uint [read-only]

Especifica el índice de triángulo del evento

vertex1Index : uint [read-only]

Especifica el índice del primer vértice del triángulo

vertex2Index : uint [read-only]

Indica el índice del segundo vértice del triángulo

vertex3Index : uint [read-only]

Indica el índice del tercer vértice del triángulo

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