Limit Zoom to Hotspot

  • Hello,

    I am trying to limit the field of view when zooming in to a hotspot. I've tried changing almost every number in this xml:

    <view hlookat ="-0.106001"

    vlookat ="0.000000"

    camroll ="0.000000"

    fovtype ="VFOV"

    fov ="0.414495"

    fovmin ="1.00"

    fovmax ="179.000000"

    maxpixelzoom ="1.00000"

    limitfov ="true"

    fisheye ="0.00"

    fisheyefovlink="0.50"

    stereographic ="false"

    pannini ="false"

    architectural ="0.0"

    architecturalonlymiddle="false"

    limitview ="auto"

    hlookatmin ="NaN"

    hlookatmax ="NaN"

    vlookatmin ="NaN"

    vlookatmax ="NaN"

    />


    ... but am not getting any results. Here is the code for the move:


    <action name="clicked">

    action(move);

    action(move_gallery);

    </action>


    <action name="move">

    looktohotspot(gallery, 0.05, linear(.08));

    </action>


    <action name="move_gallery">

    loadpano("Ice Pinnacles Photo Gallery_112211_8 bit.xml", null, null, BLEND(5));

    </action>


    Help?


    Erin

Participate now!

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