I'm not experienced working with cylindrical panoramas with limited vertical FOV, how do I setup a cylindrical 360 panorama strip to be able to pan horizontally all the way around? When I get to the edge of the image, krpano bounces me back instead of allowing me to continue spinning.
The images are 360, tiles were created with makevtour - which made the XML define images as FLAT by default. I've tried changing it to CYLINDER or SPHERE but it still stops and bounces back when I get to the edge. What do I need to change about this to get krpano to consider the image 360?
Here's the krpano mkvtour scene code:
<scene name="scene_Cafe_CROP" title="Cafe_CROP" onstart="" thumburl="panos/Cafe_CROP.tiles/thumb.jpg" lat="" lng="" alt="" heading="">
<control bouncinglimits="calc:image.cube ? true : false" />
<view hlookat="0.0" vlookat="0.0" fovtype="MFOV" fov="120" maxpixelzoom="0" fovmin="70" fovmax="140" limitview="auto" />
<preview url="panos/Cafe_CROP.tiles/preview.jpg" />
<image hfov="1.00" vfov="0.275298" voffset="0.00">
<flat url="panos/Cafe_CROP.tiles/l%l/%0v/l%l_%0v_%0h.jpg" multires="512,3328x916,6720x1850" />
</image>
</scene>