• Hi,

    in the tour.xml have a look into the 'startup' action and change there this line:

    Code
    if(startscene === null OR !scene[get(startscene)], copy(startscene,scene[0].name); );


    to this one for starting with scene 1 instead of scene 0:

    Code
    if(startscene === null OR !scene[get(startscene)], copy(startscene,scene[1].name); );

    And for the startup view either change the <view> settings in the particular scene, or add the lookat() action at the end of the 'startup' action.

    Best regards,
    Klaus

  • Hi Klaus

    I checked it, and it does not work for me.

    On my tour I am using map plugin and when I have my direct link needs to have action lookto(233.33,45.16,54.27,0,0); instead of lookat(233.33,45.16,54.27,0,0);
    Maybe thats whats causing the problem.
    Marcin

  • Hi,

    lookto is an animation and continually updates the view until it reaches the target,
    lookat just sets the view once.

    That means when lookat is not working, there must be another setting of the view in-between...

    Best regards,
    Klaus

Jetzt mitmachen!

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