123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114 |
- <krpano version="1.20.9" title="Virtual Tour">
- <include url="skin/vtourskin.xml" />
- <!-- customize skin settings: maps, gyro, webvr, thumbnails, tooltips, layout, design, ... -->
- <skin_settings maps="false"
- maps_type="google"
- maps_bing_api_key=""
- maps_google_api_key=""
- maps_zoombuttons="false"
- maps_loadonfirstuse="true"
- gyro="true"
- gyro_keeplookingdirection="false"
- webvr="true"
- webvr_keeplookingdirection="true"
- webvr_prev_next_hotspots="true"
- autotour="false"
- littleplanetintro="false"
- followmousecontrol="false"
- title="true"
- thumbs="true"
- thumbs_width="120" thumbs_height="80" thumbs_padding="10" thumbs_crop="0|40|240|160"
- thumbs_opened="false"
- thumbs_text="false"
- thumbs_dragging="true"
- thumbs_onhoverscrolling="false"
- thumbs_scrollbuttons="false"
- thumbs_scrollindicator="false"
- thumbs_loop="false"
- tooltips_buttons="false"
- tooltips_thumbs="false"
- tooltips_hotspots="false"
- tooltips_mapspots="false"
- deeplinking="false"
- loadscene_flags="MERGE"
- loadscene_blend="OPENBLEND(0.5, 0.0, 0.75, 0.05, linear)"
- loadscene_blend_prev="SLIDEBLEND(0.5, 180, 0.75, linear)"
- loadscene_blend_next="SLIDEBLEND(0.5, 0, 0.75, linear)"
- loadingtext=""
- layout_width="100%"
- layout_maxwidth="814"
- controlbar_width="-24"
- controlbar_height="40"
- controlbar_offset="20"
- controlbar_offset_closed="-40"
- controlbar_overlap.no-fractionalscaling="10"
- controlbar_overlap.fractionalscaling="0"
- design_skin_images="vtourskin.png"
- design_bgcolor="0x2D3E50"
- design_bgalpha="0.8"
- design_bgborder="0"
- design_bgroundedge="1"
- design_bgshadow="0 4 10 0x000000 0.3"
- design_thumbborder_bgborder="3 0xFFFFFF 1.0"
- design_thumbborder_padding="2"
- design_thumbborder_bgroundedge="0"
- design_text_css="color:#FFFFFF; font-family:Arial;"
- design_text_shadow="1"
- />
- <!--
- For an alternative skin design either change the <skin_settings> values
- from above or optionally include one of the predefined designs from below.
- -->
- <!-- <include url="skin/vtourskin_design_flat_light.xml" /> -->
- <!-- <include url="skin/vtourskin_design_glass.xml" /> -->
- <!-- <include url="skin/vtourskin_design_ultra_light.xml" /> -->
- <!-- <include url="skin/vtourskin_design_117.xml" /> -->
- <!-- <include url="skin/vtourskin_design_117round.xml" /> -->
- <!-- <include url="skin/vtourskin_design_black.xml" /> -->
- <!-- startup action - load the first scene -->
- <action name="startup" autorun="onstart">
- if(startscene === null OR !scene[get(startscene)], copy(startscene,scene[0].name); );
- loadscene(get(startscene), null, MERGE);
- if(startactions !== null, startactions() );
- </action>
-
- <scene name="scene_chengshicitang" title="chengshicitang" onstart="" thumburl="tourpanos/chengshicitang.tiles/thumb.jpg" lat="" lng="" heading="">
-
- <control bouncinglimits="calc:image.cube ? true : false" />
- <view hlookat="0.0" vlookat="0.0" fovtype="MFOV" fov="120" maxpixelzoom="2.0" fovmin="70" fovmax="140" limitview="auto" />
- <preview url="tourpanos/chengshicitang.tiles/preview.jpg" />
- <image>
- <cube url="tourpanos/chengshicitang.tiles/%s/l%l/%0v/l%l_%s_%0v_%0h.jpg" multires="512,1024,1792,3584,7168" />
- </image>
- <hotspot name="spot1" style="skin_hotspotstyle" ath="2.119" atv="26.551" linkedscene="scene_chenyiju" />
- <hotspot name="spot2" style="skin_hotspotstyle" ath="-79.408" atv="16.105" linkedscene="scene_chenyiju" />
- </scene>
- <scene name="scene_chenyiju" title="chenyiju" onstart="" thumburl="tourpanos/chenyiju.tiles/thumb.jpg" lat="" lng="" heading="">
-
- <control bouncinglimits="calc:image.cube ? true : false" />
- <view hlookat="0.0" vlookat="0.0" fovtype="MFOV" fov="120" maxpixelzoom="2.0" fovmin="70" fovmax="140" limitview="auto" />
- <preview url="tourpanos/chenyiju.tiles/preview.jpg" />
- <image>
- <cube url="tourpanos/chenyiju.tiles/%s/l%l/%0v/l%l_%s_%0v_%0h.jpg" multires="512,1024,1792,3584,7168" />
- </image>
- </scene>
- </krpano>
|