Skip to content

Commit

Permalink
Merge pull request #11604 from CesiumGS/3d-tiles-height-reference
Browse files Browse the repository at this point in the history
3d tiles height reference
  • Loading branch information
jjspace authored Jan 31, 2024
2 parents b9da04d + 6b5d19a commit 8273efc
Show file tree
Hide file tree
Showing 32 changed files with 1,819 additions and 1,216 deletions.
51 changes: 31 additions & 20 deletions Apps/SampleData/ClampToGround.czml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"clock": {
"interval": "2018-07-19T15:18:00Z/2018-07-19T15:18:30Z",
"currentTime": "2018-07-19T15:18:00Z",
"multiplier": 5,
"multiplier": 2,
"range": "LOOP_STOP",
"step": "SYSTEM_CLOCK_MULTIPLIER"
}
Expand All @@ -19,14 +19,22 @@
"interpolationAlgorithm": "LINEAR",
"forwardExtrapolationType": "HOLD",
"cartesian": [
"2018-07-19T15:18:00Z",
1216348.1632364073,
-4736348.958775471,
4081284.5528982095,
"2018-07-19T15:18:00Z",
1216327.3893347275,
-4736164.778028102,
4081507.5209477833,
"2018-07-19T15:18:10Z",
1216369.543258349,
-4736201.237448179,
4081447.3732212726,
"2018-07-19T15:18:20Z",
1216434.7507773656,
-4736241.372142024,
4081386.1802605274,
"2018-07-19T15:18:30Z",
1216369.1229444197,
-4736377.467107148,
4081240.888485707
1216525.7792628652,
-4736271.927759278,
4081319.744558958
]
},
"orientation": {
Expand All @@ -43,26 +51,29 @@
"polyline": {
"positions": {
"cartesian": [
1216348.1632364073,
-4736348.958775471,
4081284.5528982095,
1216369.1229444197,
-4736377.467107148,
4081240.888485707
1216327.3893347275,
-4736164.778028102,
4081507.5209477833,
1216369.543258349,
-4736201.237448179,
4081447.3732212726,
1216434.7507773656,
-4736241.372142024,
4081386.1802605274,
1216525.7792628652,
-4736271.927759278,
4081319.744558958
]
},
"material": {
"polylineOutline": {
"color": {
"rgba": [255, 255, 0, 255]
"rgba": [100, 149, 237, 140]
},
"outlineColor": {
"rgba": [0, 0, 0, 255]
},
"outlineWidth": 2
"outlineWidth": 0
}
},
"width": 10,
"width": 12,
"clampToGround": true
}
}
Expand Down
Loading

0 comments on commit 8273efc

Please sign in to comment.