Qgs3DMapScenePickHandler class
3 Abstract base class for handlers that process pick events from a 3D map scene.
Contents
- Reference
3D entities in map scene get QObjectPicker components assigned and mouse press events trigger virtual methods or pick handlers.
This is used for identify tool to be able to identify entities coming from 3D renderers assigned to map layers.
Public functions
- void handlePickOnVectorLayer(QgsVectorLayer* vlayer, QgsFeatureId id, const QVector3D& worldIntersection) pure virtual
- Called when user clicked a 3D entity belonging to a feature of a vector layer.