Beiträge von krPano_dev

    Hi Klaus

    Thanks for the fast reply. Good to know that this feature is in the new version. Do you have already a date when you will release the version 1.20.8? I cannot wait.

    I also do not know right now what is the reason of the slow performance. The server and internet is less the issue because the panos are loaded relatively fast. We are investigating right now but based on the network traffic of the browser we can see that for each XML file loaded there is a massive amount of time spend for waiting on top of that the loading is in sequence. Please have a look at the image I have attached. The XML's that are loaded are not significant in size.

    Best

    Hi Klaus


    Yes, I used these attributes already but I cannot see any differences. I am looking for something where I can put some physics around the 360 dragging to dampen out the mouse coordinates ever so slightly. The current tracking is so accurate that the minute movements of the mouse are translated perfectly into the movement around the virtual space, but if we are able to dampen this a little bit, then it will make it feel a little smoother. It's a fine balance between smooth and sluggish.

    Is there a way to configure the system to get the required results?

    Hi,

    Is it possible to load the xml files in parallel instead of in sequence? I have multiple xml files included in the tour.xml. When the viewer starts it takes up to 30 sec to load the files. The files are not huge but looks like that each file waits till the previous one is fully loaded.


    <include url="add_hotspot/plugins_l/add_hotspot.xml"/>
    <include url="videoSettings.xml"/>
    <include url="skin/no_menue_skin.xml"/>
    <include url="plugins/garrows/garrows_settings.xml"/>
    <include url="plugins/garrows/garrows.xml"/>
    <include url="plugins/gtransition/gtransition_settings.xml"/>
    <include url="plugins/gtransition/gtransition.xml"/>

    All the panos and multi res images are loaded in parallel.

    Is there an option? Otherwise I have a black screen for 30 sec.