Cylindrical panorama demonstration.
This virtual tour is displaying a cylindrical panoramic jpeg image. fusionplayer can display spherical, cylindrical and cubic panoramic images.
This virtual tour is displaying a cylindrical panoramic jpeg image. fusionplayer can display spherical, cylindrical and cubic panoramic images.
panorama.xml
<?xml version="1.0" encoding="ISO-8859-1" ?> <?xml-stylesheet type="text/xsl" href="panorama.xsl"?> <config> <main> <pageTitle>Cylindrical Demo</pageTitle> <theme_enabled>true</theme_enabled> <numConnections>3</numConnections> <retryItem>5</retryItem> <qualityMotion>low</qualityMotion> <maxTilt>0</maxTilt> <minTilt>0</minTilt> <loresFolder>pano/pano_lo</loresFolder> <defaultRes>low</defaultRes> <panoType>cylindrical</panoType> <cylinderSize>5000</cylinderSize> <segments>high</segments> <loaderImage>images/loader.png</loaderImage> </main> <panorama> <frameId>Demo</frameId> <cylinder>cylindergrid.jpg</cylinder> <roomTitle>Demo</roomTitle> <startX>-127</startX> <startY>0</startY> <startAuto>0.1</startAuto> <startDelay>10</startDelay> <zoomMin>1</zoomMin> <zoomMax>4</zoomMax> <zoomStart>1</zoomStart> <zoomSteps>0.1</zoomSteps> <stepsKeyboard>75</stepsKeyboard> <stepsMouse>60</stepsMouse> <friction>0.2</friction> <threshold>0.001</threshold> </panorama> </config>
config.xml
<?xml version="1.0" encoding="ISO-8859-1" ?> <config> <themeDir>themes/demo</themeDir> </config>
theme.xml
<?xml version="1.0" encoding="ISO-8859-1" ?> <config> <theme> <canvasWidth>700</canvasWidth> <canvasHeight>513</canvasHeight> <tourWindowWidth>700</tourWindowWidth> <tourWindowHeight>513</tourWindowHeight> <tourWindow_PosX>0</tourWindow_PosX> <tourWindow_PosY>0</tourWindow_PosY> <cameraFocus>490</cameraFocus> <loadingTxt>Loading</loadingTxt> <mainLoader_PosX>200</mainLoader_PosX> <mainLoader_PosY>250</mainLoader_PosY> <loader_PosX>200</loader_PosX> <loader_PosY>230</loader_PosY> <fullscreen>true</fullscreen> <viewportFullscreenIcon_PosX>15</viewportFullscreenIcon_PosX> <viewportFullscreenIcon_PosY>15</viewportFullscreenIcon_PosY> <buttonPanel_fullscreenButton_altTag>Fullscreen mode</buttonPanel_fullscreenButton_altTag> <buttonPanel_enable_altTags>true</buttonPanel_enable_altTags> <altTagFontName>Verdana</altTagFontName> <altTagFontSize>11</altTagFontSize> <altTagFontColour>0xFFFFFF</altTagFontColour> <altTagFontBold>false</altTagFontBold> <altTagBackground>true</altTagBackground> <altTagBackgroundColor>0x462c64</altTagBackgroundColor> <altTagHeight>5</altTagHeight> </theme> </config>