I have a 3D scene with a few marker objects on it (like in Scenes/Symbols example).
Can I somehow select the markers by mouse?
Is it possible to somehow move them by mouse?
Yes, you select features in the same way as you would in 2D, because the MapView and SceneView share the same base class - GeoView - GeoView QML Type | ArcGIS for Developers
If you are trying to select graphics, use identifyGraphics() method on the mouseClicked signal to get back a list of graphics. You can then select those Graphics. If you are trying to select a feature from a layer, you would instead call identifyLayer() method.
Thanks, i'll try it out.
^_^
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.