Advertisement
Guest User

Untitled

a guest
Apr 3rd, 2017
404
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.38 KB | None | 0 0
  1. var czml = [{
  2.     "id" : "document",
  3.     "name" : "CZML Model",
  4.     "version" : "1.0"
  5. }, {
  6.     "id" : "aircraft model",
  7.     "name" : "Cesium Air",
  8.     "position" : {
  9.         "cartographicDegrees" : [-77, 37, 10000]
  10.     },
  11.     "model": {
  12.         "gltf" : "../../SampleData/models/CesiumAir/Cesium_Air.glb",
  13.         "scale" : 2.0,
  14.         "minimumPixelSize": 128
  15.     }
  16. }];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement