Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 491 Bytes

File metadata and controls

22 lines (14 loc) · 491 Bytes

Display a scene

Display a scene with a terrain surface and some imagery.

screenshot

How it works

  1. Create an Scene object with the Basemap.CreateImagery() basemap.
  2. Create an ArcGISTiledElevationSource object and add it to the scene's base surface.
  3. Create a SceneView object to display the map.
  4. Set the scene to the scene view.

Relevant API

  • Scene
  • ArcGISTiledElevationSource
  • SceneView

Tags

3D, basemap, scene, sceneview, surface