Hi!
I'm using the externalRenderers for adding some animating 3D windmills like: (https://developers.arcgis.com/javascript/latest/sample-code/scene-external-renderer/)
However it's not possible to click on a external renderer and have some data stored inside the renderers.
(I could draw a graphic underneath the external web gl renderer for the click behaviour, but due to precision issues these are not lined up correctly - https://developers.arcgis.com/javascript/latest/api-reference/esri-views-3d-externalRenderers.html)
Is it possible to add these external renderers to a specific layer or make it clickable?
Thanks!