Skip to content

Instantly share code, notes, and snippets.

View Lukuok's full-sized avatar
🏝️
On vacation

Lukuok Lukuok

🏝️
On vacation
  • None
  • Deajeon
  • 11:48 (UTC +09:00)
View GitHub Profile
@Lukuok
Lukuok / gist:7434d4873937ea968342dcade0f3a742
Created November 26, 2023 05:55 — forked from theplatapi/gist:0a7d789afc8028a3c20b
Draw a rectangle in Cesium with shift-click-drag
var viewer = new Cesium.Viewer('cesiumContainer', {
targetFrameRate: 60,
homeButton: false,
sceneModePicker: false,
navigationHelpButton: false,
baseLayerPicker: false,
clock: new Cesium.Clock({
startTime: Cesium.JulianDate.fromIso8601('1880-01-01'),
currentTime: Cesium.JulianDate.fromIso8601('1880-01-01'),
stopTime: Cesium.JulianDate.fromIso8601("2013-12-01"),