I am making an app that places scale-accurate humans on an ArcGIS map. I have all the functionality working without issue, except that I cannot reliably "see" the human objects. I cannot get close enough to them to see them without the basemap becoming black and unusable. I've tried setting altitude for the camera, playing with the extent on the map, etc, but when I get close to the ground and the human objects, the map simply becomes black. Ive also tried different base maps. I included a screenshot of the tabletop map setting below.
Is this specific to the tabletop sample scene?
My guess is that this is a due to the map becoming invisible to the ArcGISCamera. As you zoom in, especially in mountainous areas, the map appear to drift upward, and the ArcGISCamera may end up below the surface. You could try fixing that using either of the below approaches:
If you are still having issues, you could also try turning the ArcGISCamera around when it ends up below the surface (set the pitch of ArcGISLocation of ArcGISCamera to 180).