Created
August 30, 2021 11:23
-
-
Save jumpjack/f75c8533009a957852d876b95876bd8b to your computer and use it in GitHub Desktop.
test cesium import
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var viewer = new Cesium.Viewer('cesiumContainer', { | |
selectionIndicator : false, | |
infoBox : false, | |
sceneMode : Cesium.SceneMode.SCENE2D | |
}); | |
var scene = viewer.scene; | |
var ellipsoid = scene.globe.ellipsoid; | |
var geodesic = new Cesium.EllipsoidGeodesic(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment