creating a movie from cesium

Is there any way to create a movie from cesium? I'm thinking of a case where a user might have too much information to render efficiently. If it was possible to buffer the rendering up front and then save it as a movie file, this could be very useful.

I used to do something similar to this with google earth, but rather than it being in a movie file, I would open a kml file in the desktop application rather than the javascript application because it was more efficient.

Hello,

This is something we’ve talked about adding eventually, but I don’t think it would be any time in the near future. We’re working on the 3D tiles implementation right now, which will solve a lot of latency problems users are seeing with massive data sets.

See this post if you are interested in more information about 3D Tiles: https://groups.google.com/d/msg/cesium-dev/tCCooBxpZFU/7hxT_E4pGgAJ

Best,

Hannah