Hi
I'm quite sure that this is a silly question but...
How can I set the xml in order to have a complete rotation,
a orizontal rotation without limits (like in a normal pano 360 x 180)
during the navigation of this partial pano
http://win.geo360.it/zoom107.htm
the code on line now is
<!-- view settings -->
<view hlookat="-0.25" vlookat="0" maxpixelzoom="0.8" fovmax="125" limitview="auto" />
<preview url="zoom107.tiles/preview.jpg" />
<image type="SPHERE"
hfov="1"
vfov=""
voffset="0"
multires="true"
multiresthreshold="0.025"
progressive="true"
tilesize="512"
baseindex="1"
frames="1"
frame="1"
prealign=""
>
<level tiledimagewidth="54016" tiledimageheight="5132">
<sphere url="zoom107.tiles/l4/%0v/l4_%0v_%0h.jpg" />
</level>
<level tiledimagewidth="26880" tiledimageheight="2554">
<sphere url="zoom107.tiles/l3/%0v/l3_%0v_%0h.jpg" />
</level>
<level tiledimagewidth="13440" tiledimageheight="1278">
<sphere url="zoom107.tiles/l2/%0v/l2_%0v_%0h.jpg" />
</level>
<level tiledimagewidth="6720" tiledimageheight="640">
<sphere url="zoom107.tiles/l1/%0v/l1_%0v_%0h.jpg" />
</level>
</image>