Skip to content

Instantly share code, notes, and snippets.

@jumpjack
Created August 30, 2021 11:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jumpjack/f75c8533009a957852d876b95876bd8b to your computer and use it in GitHub Desktop.
Save jumpjack/f75c8533009a957852d876b95876bd8b to your computer and use it in GitHub Desktop.
test cesium import
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