Beiträge von deadbead

    Mmm..... from documentation example

    Code
    loadpano('%SWFPATH%/pano.xml', null, MERGE, BLEND(2));

    I try use your method

    Code
    pano().call("loadpano(../b58m/i.xml,null,IGNOREKEEP|BLEND(1));");


    but then BLEND param was ignored...

    Hello!

    I use javascript interface:

    If I load pano without BLEND param - all ok

    Code
    krpano().call("loadpano(../b58m/i.xml,null,IGNOREKEEP);");

    but i add BLEND param - loaded blackscreen ((

    Code
    krpano().call("loadpano(../b58m/i.xml,null,IGNOREKEEP,BLEND(1));");

    The work exaple http://v360.ru/v/b5fl-t-2145/

    Help me please!

    Hi!

    I post viewer in 200x200 size (see this), but krpano load 2 layer (l1 and l2) (I see it in resource manager in google chrome)

    I want, that Internet page on which the panorama is laid out, had smaller weight at loading

    How I can make one (first) layer load default? (layer 2 and more must be load by zoom)

    I use this code

    Hi!

    When I'm doing with the auto-panorama, then after some time hlookat value exceeds 360. and sometimes more than 4000 (if the long turn), so if you switch to another panorama, and when calling the function tween (view.hlookat, 0) takes place a few spins around its axis before hlookat takes the value 0

    I'm trying to solve it this way:

    XML
    div(tmp,view.hlookat,360);
    round(tmp,tmp,0);
    mul(tmp,tmp,360);
    sub(tmp,view.hlookat,tmp);
    tween(view.hlookat, tmp);

    but the function "round" or "reject" it seems no ...

    How do I solve this problem?

    P.S. А по русски тут кто-нибудь говорит?