Commit 7026db34 by Corey Koval

Fixed things disappearing into the map

parent 692be715
......@@ -23,9 +23,11 @@
Cesium.Ion.defaultAccessToken = '{{access_token}}';
// var hpr = new Cesium.HeadingPitchRange(0, 40, 0)
var viewer = new Cesium.Viewer('cesiumContainer', {
terrainProvider: Cesium.createWorldTerrain(),
// terrainProvider: Cesium.createWorldTerrain(),
homeButton: false,
timeline: false
timeline: false,
selectionIndicator: false,
infoBox: false,
});
var clock = new Cesium.Clock({
clockStep : Cesium.ClockStep.SYSTEM_CLOCK_MULTIPLIER
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment