CesiumGS / cesium-google-earth-examples

Google Earth plugin API samples ported to Cesium
Apache License 2.0
94 stars 54 forks source link

Upgrade Cesium to pre-1.6 #37

Closed pjcozzi closed 9 years ago

pjcozzi commented 9 years ago

@mramato and @bagnell - can you make these changes?

Otherwise, the upgrade is in good shape.

bagnell commented 9 years ago

@mramato can you take a look at the last example? Can you give an offset for a tracked entity? The zoomTo works but then the camera isn't locked to the model. It looks like if a bounding sphere is present then it ignores the viewFrom.

mramato commented 9 years ago

Yep, I'll have a look as soon as I'm finished with the release.

pjcozzi commented 9 years ago

I upgraded this to the official 1.6 (still unminified for now).

mramato commented 9 years ago

I switched to using zoomTo and an offset for now, since there's no way to set an offset with trackedEntity. We'll fix that in 1.7 since we need it for KML support anyway.