Hey! My name is Dmitry and I am a programmer. I also develop various plugins for those in need)
Due to numerous requests, I begin to publish various useful plugins)
And first plugin Preloader.
Its purpose is simple. It loads the images of the specified tour scenes in the background, so that when switching to these scenes, the images are taken from the browser cache. I think this will reduce the delay time when switching between scenes the first time.
Here is the plugin link: preloadPano_free.zip
Below is the plugin connection code:
<plugin name="pp" keep="true"
url="plugins/preloadPano.js"
preload="true"
path_to_pano="./panos/%name%.tiles/"
/>
Here ptp is the path to the panorama folder *.tiles;
%name% - part of the path to be replaced with the name of the folder with panorama pictures.
Example:
if you need to use the mobile version from the standard storage structure
if panoramas are stored along the path /pano/pano1/pano_b.jpg
This version of the plugin is free and encrypted.
This free version only works with 6-picture scenes.
And probably it is worth making the second version paid.
The paid version will have:
- removed the inscription when loading;
- preloading panoramas consisting of several levels of images (multiresolution);
- preloading of only specified scenes is available. This will allow you to more competently organize the preloading of neighboring panoramas.
If you are interested in advanced functionality, let me know)
And also your feedback and wishes will also be very helpful.
P.S. As for the extended version, I'm still thinking about making it separately paid or the main free one)