Hi,
I am building a 3D Map and trying to understand how to make my custom graphics appear correctly "over" 3D structures such as the OSM Buildings layer. I created a simple codepen here: https://codepen.io/dandormont-the-decoder/pen/MWVdrgQ What you can see is that as the map begins to load, my custom graphic - the little green rectangle with a cross on it - shows up. But then as the buildings layer that I added to my web scene begin to appear, it gets blocked by the building, and you have to zoom _way_ out for it to appear again. Is there a way to make my graphic show up through the building at all zoom levels?
Caveat: if it's not obvious, this is my first 3D map and for that matter my first ArcGIS Javascript project 🙂
Thanks,
Dan