I am trying to create an AGSScene modifying the Animate 3D example from the arcgis-ios-sdk-samples.
I am trying to change the map to .arcGISStreets, but get nothing but a blank grid. Is this because .arcGISStreets is a 2D map, and the AGSScene says it only represents 3D, because .arcGISStreetsRelief does render.
Thanks.