lookat before a loadpano function

  • Hi,

    I've test this code :

    Code
    <action name="action_ok">
    		lookto(0,-90,60);
    		loadpano(second-pano.xml,null,MERGE|KEEPVIEW,ZOOMBLEND(2,3));
    </action>

    The lookto function is working for the 1st pano and the 2nd, because I have the "KeepView".

    But with this code :

    Code
    <action name="action_ok">
     		lookat(0,-90,60);
     		loadpano(second-pano.xml,null,MERGE|KEEPVIEW,ZOOMBLEND(2,3));
     </action>

    The lookat function is changing the view only for the 2nd pano, and not the 1st.

    Is it a bug, or am I missing something ?

    Thanks for your answer

Jetzt mitmachen!

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