Good afternoon, colleagues!
I use automatic playback of several panoramas in a virtual tour, in this style:
delayedcall (del10, 3.0, load_scene (001); lookat (-75, 15, 80);
delayedcall (del11, 0.9, zoomto (40, linear (50));
delayedcall (del12, 0.5, load_scene (003); lookat (200, 25, 80);
delayedcall (del13, 0.8, lookto (200, -15.80, linear (15), true, true);
delayedcall (del14, 1.7, zoomto (40, linear (30));
delayedcall (del15, 0.1, load_scene (013); lookat (46, 10, 80);
delayedcall (del16, 0.5, lookto (92,10,80, linear (15), true, true);
delayedcall (del17, 3.1, zoomto (40, linear (30));
...etc
But when loading panoramas from a mobile device, the images do not have time to load and the image is blurry.
Setting <memory maxmem = "700" devices = "mobile" />
did not help.
Is it possible somehow for mobile devices to make panoramas of lower resolution and if the tour is opened on a mobile phone then download them instead of high-resolution panoramas (8000x4000px)?
thanks....