Littelplanet itro integrated in vtourskin.xml

  • i would like to have a little planet intro in my vt.
    so i have added some strings in my tour.xml:



    <action name="startup">
    if(startscene === null, copy(startscene,scene[scene_Esterno_D_Sharpener].name));
    loadscene(get(startscene), null, MERGE);
    hidepanospotsaction();
    firstloadcompleteaction();
    </action>

    <!-- Little Plant Action --> <action name="fromlittleplanetintrotonormalview"> tweennormalview(); set(hotspot[logo0].visible, true); showpanospotsaction(); </action> <action name="firstloadcompleteaction"> if(plugin[data].firstPanoHasBeenPlayed==false, setlittleplanet(); wait(load); set(plugin[data].firstPanoHasBeenPlayed,true); startLittlePlanetIntroEffect(); ); </action> <action name="startLittlePlanetIntroEffect"> if(plugin[data].firstPanoHasBeenPlayed == true, delayedcall(1.0, fromlittleplanetintrotonormalview(); ); ); </action> <action name="setlittleplanet"> set(view.stereographic, true); set(view.fisheye , 1.0); set(view.limitview , lookat); set(view.vlookatmin , -90); set(view.vlookatmax , 90); set(view.fov , 150); set(view.fovmax , 150); set(view.hlookat , 0); set(view.vlookat , 90); set(display.flash10 , off); set(display.details , 14); </action>
    <plugin name="data" firstPanoHasBeenPlayed="false" keep="true"/>

    ALL works fine except for the thumbs in the scroll area. the current thumb aren't showed:

    file://localhost/Users/myrnamelatini/William/development/krpano/VT/VT_Clodia_%5Bskin%20da%20perfezionare%5D/Villa_Clodia/tour.html


    so did someone managed to solve this minor inconvenience?

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!