|
@@ -1,6 +1,6 @@
|
|
|
-<krpano version="1.19" title="Virtual Tour">
|
|
|
+<krpano version="1.21" title="Virtual Tour">
|
|
|
|
|
|
- <include url="%SWFPATH%/skin/vtourskin.xml" />
|
|
|
+ <include url="skin/vtourskin.xml" />
|
|
|
|
|
|
<!-- customize skin settings: maps, gyro, webvr, thumbnails, tooltips, layout, design, ... -->
|
|
|
<skin_settings maps="false"
|
|
@@ -8,11 +8,15 @@
|
|
|
maps_bing_api_key=""
|
|
|
maps_google_api_key=""
|
|
|
maps_zoombuttons="false"
|
|
|
+ maps_loadonfirstuse="true"
|
|
|
gyro="true"
|
|
|
+ gyro_keeplookingdirection="false"
|
|
|
webvr="true"
|
|
|
- webvr_gyro_keeplookingdirection="false"
|
|
|
+ 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"
|
|
@@ -32,7 +36,7 @@
|
|
|
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="loading..."
|
|
|
+ loadingtext=""
|
|
|
layout_width="100%"
|
|
|
layout_maxwidth="814"
|
|
|
controlbar_width="-24"
|
|
@@ -54,18 +58,15 @@
|
|
|
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>
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-</krpano>
|
|
|
+</krpano>
|