Open jschleuss opened 7 years ago
Should add record button that turns into stop button (which would download the file then). And allow keyboard options to pan and zoom map (so it's smoother than scrolling or self panning).
scene.startVideoCapture();
scene.stopVideoCapture().then(function(video) {
saveAs(video.blob, 'tangram-video-' + (+new Date()) + '.webm');
});```
Or possibly keyframes, or a way to move things from point to point and reduce the loading seen along the way.
To export videos similar to "capture video" here