zoom-in effect using satellite images

djtoshi182's icon

Hello.

I'd like to simulate a fast zoom-in/out effect with motion-blur between following satellite images. Is there a trick for this using Jitter?
thanks.


Pedro Santos's icon

I would try the following:

  1. Use jit.gl.layer for each image and define the @layer attribute accordingly to priority;

  2. Zoom in (automate scale) each image a little more than the image that will succeed it;

  3. Reduce the alpha channel progressively (fade out) when the first image coincides with the second and so on;

  4. If needed, then capture the scene to texture and use a motion blur effect.

Good luck!