flyover mode

I want to do a fly-by-path and take the first person perspective,but I do not know what to do,
I found an example here,here's a feature flyover mode: https://cesiumjs.org/NewYork/index.html?view=-74.00822205115583%2C40.6930724044651%2C765.8461939421519%2C12.588800790548717%2C-21.35111736147972%2C0.05156167065098289 ,and here https://twitter.com/TeamSky/status/782199506188238848

thanks

Hello,

The New York example works by calling Camera.flyTo every 10 seconds or so with different parameters.

You can see an example for how to use Camera.flyTo in this demo: http://cesiumjs.org/Cesium/Apps/Sandcastle/index.html?src=Camera.html&label=Showcases

Best,

Hannah

Hello,

What do you think of this video https://twitter.com/TeamSky/status/782199506188238848 ,I want to do this,can you give me some advice.

thanks

Hi,

The cycling flyover looks very nice indeed, and I would be interested in knowing more about it too!

The author describes the feature in this blog: http://blog.veloviewer.com/fly-through-your-strava-activities-routes-and-segments-with-cesium-earth-view/
Apparently he wrote custom code: “Cesium doesn’t provide an built-in fly-through so playing around with this has been the most interesting/complex part of using this control.”

Maybe Cesium can invite him for a blog post :slight_smile:

Regards, Willem

在 2016年10月26日星期三 UTC+8下午7:38:36,Willem van der Gugten写道:

Hi,

The cycling flyover looks very nice indeed, and I would be interested in knowing more about it too!

The author describes the feature in this blog: Fly Through Your Strava Activities, Routes and Segments With Cesium “Earth” View | VeloViewer
Apparently he wrote custom code: "Cesium doesn’t provide an built-in fly-through so playing around with this has been the most interesting/complex part of using this control."

Maybe Cesium can invite him for a blog post :slight_smile:

Regards, Willem

On Wednesday, October 26, 2016 at 9:14:19 AM UTC+2, zhouhai...@gmail.com wrote:Hello,
What do you think of this video https://twitter.com/TeamSky/status/782199506188238848 ,I want to do this,can you give me some advice.
thanks

Do you have any new developments