• hi!

    here is a example for using the zoomify/multires functions in a - as i think - senseful way...
    http://www.mach-dot-art.de/krpano/mosaik_…ik_samburo.html


    but still not satisfying:

    how do i get it straight?
    how do i limit the vertical movement?

    here is the code:

    Code
    <view hlookat="0" vlookat="0" vlookatmax="9" limitfov="vlookatmax" hfov="26" fov="26" fovmin="0.01" fovmax="26" fisheye="0.00" fisheyefovlink="0.00" architectural="1.00" 
    />

    if i set "vlookatmax to less than 9, there is no vertical movement anymore - but it also doesnt zoom in anymore...

    any idea?

  • Hi,

    to get it straight just use a very small number for hfov, e.g:

    so.addVariable("hfov", "1");

    the vfov don't need to be set, it will be calculated automatically

    for limiting to the image area just set nothing or set:

    <view limitview="auto" />

    then the possible viewing range is automatically limited to the image area,

    best regards,
    Klaus

  • ahhh - i got it straight! super!

    but there is still a problem, maybe im missing something...
    i changed the xml, but now
    - i can still scroll vertical (much more than before) and can even "loose" the picture
    - i cannot scroll anymore...

    the code now is this:


    Code
    <view hlookat="0" vlookat="0" vlookatmax	="9" limitfov="vlookatmax" limitview="auto" hfov	="26" fov="26" fovmin="0.01" fovmax="26" fisheye="0.00" fisheyefovlink="0.00" architectural="1.00" />


    maybe there is something twice or two opposites or something i have to delete...(?) *huh*

Participate now!

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