Pan around 360 as it is loading

  • Hi All

    What is the easiest way to automatically pan around the 360 pano as it first loads, for example start at 180 degrees and pan around to 0 degrees as the pano first loads, or look straight up at the zenith (+90 degrees) and then pan down to straight ahead (0 degrees) or a combination of movements. The idea being to give the viewer a better idea of what is 'in' the pano ready for them to explore.

    Thanks in advance for ideas! *smile*

    Edited once, last by trek (May 11, 2022 at 10:51 AM).

  • If you are using the vtourskin.xml, you can simply enable the autotour

    Code
    <skin_settings	autotour="true"/>

    And then play with the autotour settings

    Code
    <!-- autotour/autoplay support -->
    	<autorotate enabled="calc:skin_settings.autotour == true"
    	            waittime="5.0"
    	            accel="0.7"
    	            speed="4.0"
    	            tofov="80"
    	            oneroundrange="360"
    	            />
  • If you are using the vtourskin.xml, you can simply enable the autotour

    Code
    <skin_settings	autotour="true"/>

    And then play with the autotour settings

    Code
    <!-- autotour/autoplay support -->
    	<autorotate enabled="calc:skin_settings.autotour == true"
    	            waittime="5.0"
    	            accel="0.7"
    	            speed="4.0"
    	            tofov="80"
    	            oneroundrange="360"
    	            />

    i have a func to loading scene. In this func i'm loading scene and after loading that scene i'm calling loadnextscene func. But I wanna loading scene and after that it will look around 180deg and then it calling loadnextscene. do u know how to do?

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!