[SOLVED] Making multiple scenes from the only one panorama

  • I used "MAKE VTOUR MULTIRES DROPLET" to create a panorama from the top of the building in the city.
    In order to make links to city zones (similar to gigapan.com) I created scenes manually with thumnails for the bottom menu incluided in the tour from the droplet.

    The problem was to retype the same code for define it the same panorama, changing only the hlookat / vlookat / fov for set the ubication of zone inside the panorama.

    The solution is:

    1) Action with the repeat elements for all scenes:

    2) Now, define the changes in each scene (avoid to repeat the same code):

    Code
    <scene name="scene_1" title="Wide View" onstart="comun_escena();" thumburl="panos/vista.tiles/thumb1.jpg">
    <view hlookat="0" vlookat="0" fov="120"/>
    </scene>
    	
    <scene name="scene_2" title="Any Site Detail" onstart="comun_escena();" thumburl="panos/vista.tiles/thumb2.jpg">
    <view hlookat="-78.04" vlookat="20.70" fov="22.89"/>
    </scene>

    Now the thumbnails links to details as gigapan.com

    It is not a great solution, but work fine. The ideal is a plugin...

    Greet!

Participate now!

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