tour.xml 3.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. <krpano version="1.19" title="Virtual Tour">
  2. <include url="skin/vtourskin.xml" />
  3. <!-- customize skin settings: maps, gyro, webvr, thumbnails, tooltips, layout, design, ... -->
  4. <skin_settings maps="false"
  5. maps_type="google"
  6. maps_bing_api_key=""
  7. maps_google_api_key=""
  8. maps_zoombuttons="false"
  9. gyro="true"
  10. webvr="true"
  11. webvr_gyro_keeplookingdirection="false"
  12. webvr_prev_next_hotspots="true"
  13. littleplanetintro="false"
  14. title="true"
  15. thumbs="true"
  16. thumbs_width="120" thumbs_height="80" thumbs_padding="10" thumbs_crop="0|40|240|160"
  17. thumbs_opened="false"
  18. thumbs_text="false"
  19. thumbs_dragging="true"
  20. thumbs_onhoverscrolling="false"
  21. thumbs_scrollbuttons="false"
  22. thumbs_scrollindicator="false"
  23. thumbs_loop="false"
  24. tooltips_buttons="false"
  25. tooltips_thumbs="false"
  26. tooltips_hotspots="false"
  27. tooltips_mapspots="false"
  28. deeplinking="false"
  29. loadscene_flags="MERGE"
  30. loadscene_blend="OPENBLEND(0.5, 0.0, 0.75, 0.05, linear)"
  31. loadscene_blend_prev="SLIDEBLEND(0.5, 180, 0.75, linear)"
  32. loadscene_blend_next="SLIDEBLEND(0.5, 0, 0.75, linear)"
  33. loadingtext="loading..."
  34. layout_width="100%"
  35. layout_maxwidth="814"
  36. controlbar_width="-24"
  37. controlbar_height="40"
  38. controlbar_offset="20"
  39. controlbar_offset_closed="-40"
  40. controlbar_overlap.no-fractionalscaling="10"
  41. controlbar_overlap.fractionalscaling="0"
  42. design_skin_images="vtourskin.png"
  43. design_bgcolor="0x2D3E50"
  44. design_bgalpha="0.8"
  45. design_bgborder="0"
  46. design_bgroundedge="1"
  47. design_bgshadow="0 4 10 0x000000 0.3"
  48. design_thumbborder_bgborder="3 0xFFFFFF 1.0"
  49. design_thumbborder_padding="2"
  50. design_thumbborder_bgroundedge="0"
  51. design_text_css="color:#FFFFFF; font-family:Arial;"
  52. design_text_shadow="1"
  53. />
  54. <!--
  55. For an alternative skin design either change the <skin_settings> values
  56. from above or optionally include one of the predefined designs from below.
  57. -->
  58. <!-- <include url="skin/vtourskin_design_flat_light.xml" /> -->
  59. <!-- <include url="skin/vtourskin_design_glass.xml" /> -->
  60. <!-- <include url="skin/vtourskin_design_ultra_light.xml" /> -->
  61. <!-- <include url="skin/vtourskin_design_117.xml" /> -->
  62. <!-- <include url="skin/vtourskin_design_117round.xml" /> -->
  63. <!-- <include url="skin/vtourskin_design_black.xml" /> -->
  64. <!-- startup action - load the first scene -->
  65. <action name="startup" autorun="onstart">
  66. if(startscene === null OR !scene[get(startscene)], copy(startscene,scene[0].name); );
  67. loadscene(get(startscene), null, MERGE);
  68. if(startactions !== null, startactions() );
  69. </action>
  70. <!-- <scene name="scene_DJI_20251030105359_0001_V" title="DJI_20251030105359_0001_V" onstart=""
  71. thumburl="panos/DJI_20251030105359_0001_V.tiles/thumb.jpg" lat=""
  72. lng="" heading=""> -->
  73. <view hlookat="0" vlookat="0" maxpixelzoom="1.0" fovmax="150" limitview="auto" />
  74. <preview url="DJI_20251030105359_0001_V.tiles/preview.jpg" />
  75. <image type="CUBE" prealign="0|0.0|0" multires="true" tilesize="512">
  76. <level tiledimagewidth="4608" tiledimageheight="4608">
  77. <cube url="DJI_20251030105359_0001_V.tiles/%s/l3/%0v/l3_%s_%0v_%0h.jpg" />
  78. </level>
  79. <level tiledimagewidth="2304" tiledimageheight="2304">
  80. <cube url="DJI_20251030105359_0001_V.tiles/%s/l2/%0v/l2_%s_%0v_%0h.jpg" />
  81. </level>
  82. <level tiledimagewidth="1152" tiledimageheight="1152">
  83. <cube url="DJI_20251030105359_0001_V.tiles/%s/l1/%0v/l1_%s_%0v_%0h.jpg" />
  84. </level>
  85. </image>
  86. <!-- </scene> -->
  87. </krpano>