tour.xml 3.7 KB

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