﻿<krpano version="1.21" title="">

	<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="true"
	               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 0x034af4 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"       /> -->


	<!--背景音乐-->
	<!-- <plugin name="soundinterface"
	        url="%VIEWER%/plugins/soundinterface.js"
	        rootpath=""
	        preload="true"
	        keep="true"
	        />
	<events name="currentpano"
		onnewpano="playsound(bgsnd, 'https://krpano.com/panos/xmas/ding_dong_merrily_on_high.mp3|https://krpano.com/panos/xmas/ding_dong_merrily_on_high.ogg', 0);"
		onremovepano="stopsound(bgsnd);"
		/> -->
	<!--背景音乐按钮-->
	<!-- <layer name="skin_btn_sound"     style="skin_base|skin_glow" crop="64|704|64|64"  align="right"      ox="0"   x="130"   y="0"  scale="0.5" onclick="pausesoundtoggle(bgsnd);switch(crop,64|704|40|64,64|704|64|64);switch(alpha,1,0.25);switch(ox,0,-12)"  /> -->
	

	<!--自动旋转-->
	
	<autorotate enabled="true"
            waittime="2"
            accel="1.0"
            speed="10.0"
            horizon="0.0"
            tofov="off"
            oneroundrange="360.0"
            zoomslowdown="true"
            interruptionevents="userviewchange|layers|keyboard"
            />
	

	<!--添加热点文字-->
	<!-- <action name="add_all_the_time_tooltip">
			txtadd(tooltipname, 'tooltip_', get(name));
			addplugin(get(tooltipname)); txtadd(plugin[get(tooltipname)].parent, 'hotspot[',get(name),']');
			set(plugin[get(tooltipname)].url,'%SWFPATH%/plugins/textfield.swf');
			set(plugin[get(tooltipname)].align,top); set(plugin[get(tooltipname)].edge,bottom);
			set(plugin[get(tooltipname)].x,0); set(plugin[get(tooltipname)].y,-5);
			set(plugin[get(tooltipname)].width,140); 
			set(plugin[get(tooltipname)].height,40);
			set(plugin[get(tooltipname)].background,true);
			set(plugin[get(tooltipname)].backgroundcolor,#000);
			set(plugin[get(tooltipname)].backgroundalpha,0.5);
			set(plugin[get(tooltipname)].roundedge,5);
			 set(plugin[get(tooltipname)].border,false);
			set(plugin[get(tooltipname)].css,'line-height: 40px;text-align:center; color:#FFFFFF; font-family:Arial; font-weight:bold; font-size:16px;');
			set(plugin[get(tooltipname)].textshadow,1); set(plugin[get(tooltipname)].textshadowrange,6.0); set(plugin[get(tooltipname)].textshadowangle,90);
			copy(plugin[get(tooltipname)].html,hotspot[get(name)].tooltip);
			set(plugin[get(tooltipname)].enabled,false);
		</action> -->
		<!-- <action name="add_all_the_time_tooltip">
			txtadd(tooltipname, 'tooltip_', get(name));
			addplugin(get(tooltipname)); txtadd(plugin[get(tooltipname)].parent, 'hotspot[',get(name),']');
			set(plugin[get(tooltipname)].url,'%SWFPATH%/plugins/textfield.swf');
			set(plugin[get(tooltipname)].align,top); set(plugin[get(tooltipname)].edge,bottom);
			set(plugin[get(tooltipname)].x,0); set(plugin[get(tooltipname)].y,-15);
			set(plugin[get(tooltipname)].width,600); 
			set(plugin[get(tooltipname)].height,100);
			set(plugin[get(tooltipname)].background,true);
			set(plugin[get(tooltipname)].backgroundcolor,#000);
			set(plugin[get(tooltipname)].backgroundalpha,0.5);
			set(plugin[get(tooltipname)].roundedge,10);
			 set(plugin[get(tooltipname)].border,false);
			set(plugin[get(tooltipname)].css,'text-align:center; color:#FFFFFF; font-family:Arial; font-weight:normal; font-size:20px;padding: 10px 30px;');
			set(plugin[get(tooltipname)].textshadow,1); set(plugin[get(tooltipname)].textshadowrange,6.0); set(plugin[get(tooltipname)].textshadowangle,90);
			copy(plugin[get(tooltipname)].html,hotspot[get(name)].tooltip);
			set(plugin[get(tooltipname)].enabled,false);
		</action> -->
		
		<!-- <scene name="scene_外景全景" title="示范园" onstart="" thumburl="panos/外景全景.tiles/thumb.jpg" lat="30.69072356" lng="119.26242553" alt="105.16" heading="0.0">
		
		<control bouncinglimits="calc:image.cube ? true : false" />

		<view hlookat="-0.280" vlookat="-0.437" fovtype="MFOV" fov="110.084" maxpixelzoom="2.0" fovmin="70" fovmax="140" limitview="auto" />

		<preview url="panos/外景全景.tiles/preview.jpg" />

		<image>
			<cube url="panos/外景全景.tiles/%s/l%l/%v/l%l_%s_%v_%h.jpg" multires="512,640,1152,2304,4608" />
		</image>  -->

		<!--图片动画-->
		<!--<hotspot name="dy-spot1" url="skin/01_new_spotd1_gif.png" onloaded="do_crop_animation(86,86,30)"  ath="-0.370" atv="15.357" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))"  linkedscene="scene_znryzubmgxknxof" linkedscene_hoffset="0.0" use3dtransition="true"/>
		<hotspot name="dy-spot1-text" type="text" text="科普馆" style="skin_hotspot_text_style" ath="-0.370" atv="12.357" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))"  linkedscene="scene_znryzubmgxknxof" linkedscene_hoffset="0.0" use3dtransition="true" />
		
		<hotspot name="dy-spot2" url="skin/01_new_spotd1_gif.png" onloaded="do_crop_animation(86,86,30)"  ath="-120.611" atv="8.487" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))"  linkedscene="scene_yohylfbznbboxcgxpkywuaxhxbt" linkedscene_hoffset="0.0" use3dtransition="true"/>
		<hotspot name="dy-spot2-text" type="text" text="模拟降雨场及气象园" style="skin_hotspot_text_style" ath="-120.611" atv="6.487" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))"  linkedscene="scene_yohylfbznbboxcgxpkywuaxhxbt" linkedscene_hoffset="0.0" use3dtransition="true" />

		<hotspot name="dy-spot3" url="skin/01_new_spotd1_gif.png" onloaded="do_crop_animation(86,86,30)"  ath="-41.978" atv="8.038" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))"  linkedscene="scene_byyykkxdh" linkedscene_hoffset="0.0" use3dtransition="true" />
		<hotspot name="dy-spot3-text" type="text" text="防护坡" style="skin_hotspot_text_style" ath="-41.978" atv="6.038" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))"  linkedscene="scene_byyykkxdh" linkedscene_hoffset="0.0" use3dtransition="true" />

		<hotspot name="dy-spot4" url="skin/01_new_spotd1_gif.png" onloaded="do_crop_animation(86,86,30)"  ath="-130.120" atv="-4.787" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))"  linkedscene="scene_xdhbdixcg1" linkedscene_hoffset="0.0" use3dtransition="true"/>
		<hotspot name="dy-spot4-text" type="text" text="坡面场" style="skin_hotspot_text_style" ath="-130.120" atv="-6.787" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))"  linkedscene="scene_xdhbdixcg1" linkedscene_hoffset="0.0" use3dtransition="true"/>

		<hotspot name="dy-spot5" url="skin/01_new_spotd1_gif.png" onloaded="do_crop_animation(86,86,30)"  ath="42.319" atv="8.299" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))"  linkedscene="scene_xcwaymyohxel-1" linkedscene_hoffset="0.0" use3dtransition="true"/>
		<hotspot name="dy-spot5-text" type="text" text="地貌模型" style="skin_hotspot_text_style" ath="42.319" atv="6.299" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))"  linkedscene="scene_xdhbdixcg1" linkedscene_hoffset="0.0" use3dtransition="true"/>
		
	</scene>   -->
	
	<scene name="scene_xknyli" title="示范园" onstart="" thumburl="panos/xknyli.tiles/thumb.jpg" lat="30.69072356" lng="119.26242553" alt="105.16" heading="0.0">
		
		<control bouncinglimits="calc:image.cube ? true : false" />

		<view hlookat="0.129" vlookat="1.004" fovtype="MFOV" fov="107.010" maxpixelzoom="2.0" fovmin="70" fovmax="140" limitview="auto" />

		<preview url="panos/xknyli.tiles/preview.jpg" />

		<image>
			<cube url="panos/xknyli.tiles/%s/l%l/%v/l%l_%s_%v_%h.jpg" multires="512,768,1664,3200" />
		</image>
		<!--图片动画-->
		<hotspot name="dy-spot1" url="skin/01_new_spotd1_gif.png" onloaded="do_crop_animation(86,86,30)"  ath="-0.370" atv="15.357" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))"  linkedscene="scene_znryzubmgxknxof" linkedscene_hoffset="0.0" use3dtransition="true"/>
		<hotspot name="dy-spot1-text" type="text" text="科普馆" style="skin_hotspot_text_style" ath="-0.370" atv="12.357" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))"  linkedscene="scene_znryzubmgxknxof" linkedscene_hoffset="0.0" use3dtransition="true" />
		
		<hotspot name="dy-spot2" url="skin/01_new_spotd1_gif.png" onloaded="do_crop_animation(86,86,30)"  ath="-120.611" atv="8.487" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))"  linkedscene="scene_yohylfbznbboxcgxpkywuaxhxbt" linkedscene_hoffset="0.0" use3dtransition="true"/>
		<hotspot name="dy-spot2-text" type="text" text="模拟降雨场及气象园" style="skin_hotspot_text_style" ath="-120.611" atv="6.487" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))"  linkedscene="scene_yohylfbznbboxcgxpkywuaxhxbt" linkedscene_hoffset="0.0" use3dtransition="true" />

		<hotspot name="dy-spot3" url="skin/01_new_spotd1_gif.png" onloaded="do_crop_animation(86,86,30)"  ath="-41.978" atv="8.038" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))"  linkedscene="scene_byyykkxdh" linkedscene_hoffset="0.0" use3dtransition="true" />
		<hotspot name="dy-spot3-text" type="text" text="防护坡" style="skin_hotspot_text_style" ath="-41.978" atv="6.038" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))"  linkedscene="scene_byyykkxdh" linkedscene_hoffset="0.0" use3dtransition="true" />

		<hotspot name="dy-spot4" url="skin/01_new_spotd1_gif.png" onloaded="do_crop_animation(86,86,30)"  ath="-130.120" atv="-4.787" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))"  linkedscene="scene_hws" linkedscene_hoffset="0.0" use3dtransition="true"/>
		<hotspot name="dy-spot4-text" type="text" text="坡面场" style="skin_hotspot_text_style" ath="-130.120" atv="-6.787" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))"  linkedscene="scene_hws" linkedscene_hoffset="0.0" use3dtransition="true"/>

		<hotspot name="dy-spot5" url="skin/01_new_spotd1_gif.png" onloaded="do_crop_animation(86,86,30)"  ath="42.319" atv="8.299" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))"  linkedscene="scene_xcwaymyohxel-1" linkedscene_hoffset="0.0" use3dtransition="true"/>
		<hotspot name="dy-spot5-text" type="text" text="地貌模型" style="skin_hotspot_text_style" ath="42.319" atv="6.299" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))"  linkedscene="scene_xcwaymyohxel-1" linkedscene_hoffset="0.0" use3dtransition="true"/>
		
	</scene>
	
	

	

	<scene name="scene_znryzubmgxknxof" title="科普馆" onstart="" thumburl="panos/znryzubmgxknxof.tiles/thumb.jpg" lat="30.69093806" lng="119.26233417" alt="103.73" heading="338.1">
		
		<control bouncinglimits="calc:image.cube ? true : false" />

		<view hlookat="340.399" vlookat="-0.204" fovtype="MFOV" fov="137.979" maxpixelzoom="2.0" fovmin="70" fovmax="140" limitview="auto" />

		<preview url="panos/znryzubmgxknxof.tiles/preview.jpg" />

		<image prealign="0|338.1|0">
			<cube url="panos/znryzubmgxknxof.tiles/%s/l%l/%v/l%l_%s_%v_%h.jpg" multires="512,768,1664,3200" />
		</image>

		<hotspot name="dy-spot2" url="skin/01_new_spotd1_gif.png"  onloaded="do_crop_animation(86,86,30)" ath="-77.136" atv="12.892" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))" linkedscene="scene_xxvbmg1-1" linkedscene_lookat="259.47,7.22,138.43" linkedscene_hoffset="378.85" use3dtransition="true" />
		<hotspot name="dy-spot2-text" type="text" text="展馆1-1" style="skin_hotspot_text_style" ath="-77.136" atv="9.892" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))" linkedscene="scene_xxvbmg1-1" linkedscene_lookat="259.47,7.22,138.43" linkedscene_hoffset="378.85" use3dtransition="true" />
		
		<hotspot name="dy-spot3" url="skin/01_new_spotd1_gif.png"  onloaded="do_crop_animation(86,86,30)" ath="159.133" atv="50.787" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))" linkedscene="scene_xknyli" linkedscene_lookat="-0.65,0.59,78.94" linkedscene_hoffset="378.85" use3dtransition="true"  />
		<hotspot name="dy-spot3-text" type="text" text="示范园" style="skin_hotspot_text_style" ath="159.133" atv="47.787" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))" linkedscene="scene_xknyli" linkedscene_lookat="-0.65,0.59,78.94" linkedscene_hoffset="378.85" use3dtransition="true"  />
		
		<hotspot name="dy-spot4" url="skin/01_new_spotd1_gif.png"  onloaded="do_crop_animation(86,86,30)" ath="36.282" atv="13.579" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))" linkedscene="scene_xxvbmg3-2"  />
		<hotspot name="dy-spot4-text" type="text" text="展馆3-2" style="skin_hotspot_text_style" ath="36.282" atv="10.579" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))" linkedscene="scene_xxvbmg3-2"  />
		
		<include url="video-player.xml" />
		<!-- <hotspot name="spot1" 
			url="skin/video2.png" 
			zoom="true"
			scale="0.8"
			ath="-20.053" 
			atv="-2.900" 
			onclick="videoplayer_open('%CURRENTXML%/video/馆名墙.mp4', '%CURRENTXML%/skin/poster.png', 0.5);"
		/>
		<hotspot name="spot1-text" 
			type="text"
			text="水土资源是人类赖以生存和发展的物质基础"
			style="skin_hotspot_text_style"
			ath="-20.053" 
			atv="-6.900" 
			onclick="videoplayer_open('%CURRENTXML%/video/馆名墙.mp4', '%CURRENTXML%/skin/poster.png', 0.5);"
		/> -->
		<hotspot name="水土资源视频"
	         url="%VIEWER%/plugins/videoplayer.js"
	         videourl="%CURRENTXML%/video/馆名墙.mp4"
			 volume="1.0"
			 muted="false"
			 range="90.0"
         	 rangefalloff="1.0"
	         posterurl="%CURRENTXML%/skin/poster-3.png"
	         distorted="true"
			 zoom="true"
			 width="498"
			 height="330"
	         ath="-20.753" 
			 atv="-3.500"
			 edge="center"
	         scalex="1"
			 scaley="1"
	         rx="-3.5"
	         ry="1"
	         rz="0.3"
	         ox="0"
	         oy="0"
	         loop="false"
	         pausedonstart="true"
	         onclick="togglepause();"
			 onvideoplay="tween(hotspot[水土资源].alpha,0,1);tween(hotspot[水土资源播放按钮].alpha,0,1);"
			 onvideopaused="tween(hotspot[水土资源].alpha,1,1);tween(hotspot[水土资源播放按钮].alpha,1,1);"
	    />
		<hotspot name="水土资源播放按钮" 
			url="skin/video2.png" 
			zoom="true"
			scale="0.8"
			ath="-20.053" 
			atv="-2.900" 
			onclick="hotspot[水土资源视频].togglepause();tween(hotspot[水土资源].alpha,0,1);tween(hotspot[水土资源播放按钮].alpha,0,1);"
		/>
		<hotspot name="水土资源" 
			type="text"
			text="水土资源是人类赖以生存和发展的物质基础"
			style="skin_hotspot_text_style"
			ath="-20.053" 
			atv="-6.900" 
			onclick="hotspot[水土资源视频].togglepause();tween(hotspot[水土资源].alpha,0,1);tween(hotspot[水土资源播放按钮].alpha,0,1);"
		/>
		
		
	</scene>

	<scene name="scene_xxvbmg1-1" title="展馆1-1" onstart="" thumburl="panos/xxvbmg1-1.tiles/thumb.jpg" lat="30.69077250" lng="119.26240833" alt="93.62" heading="258.8">
		
		<control bouncinglimits="calc:image.cube ? true : false" />

		<view hlookat="260.299" vlookat="3.247" fovtype="MFOV" fov="128.755" maxpixelzoom="2.0" fovmin="70" fovmax="140" limitview="auto" />

		<preview url="panos/xxvbmg1-1.tiles/preview.jpg" />

		<image prealign="0|258.8|0">
			<cube url="panos/xxvbmg1-1.tiles/%s/l%l/%v/l%l_%s_%v_%h.jpg" multires="512,768,1664,3200" />
		</image>

		<hotspot name="dy-spot4" url="skin/01_new_spotd1_gif.png"  onloaded="do_crop_animation(86,86,30)" ath="128.441" atv="28.329" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))" linkedscene="scene_znryzubmgxknxof" linkedscene_lookat="337.4,9.54,128.08" linkedscene_hoffset="-18.85" use3dtransition="true"  />
		<hotspot name="dy-spot4-text" type="text" text="科普馆" style="skin_hotspot_text_style" ath="128.441" atv="25.329" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))" linkedscene="scene_znryzubmgxknxof" linkedscene_lookat="337.4,9.54,128.08" linkedscene_hoffset="-18.85" use3dtransition="true" />


		<hotspot name="dy-spot5" url="skin/01_new_spotd1_gif.png"  onloaded="do_crop_animation(86,86,30)" ath="-12.330" atv="35.405" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))" linkedscene="scene_xxvbmg1-2" linkedscene_lookat="255.41,4.89,120.0" use3dtransition="true" />
		<hotspot name="dy-spot5-text" type="text" text="展馆1-2" style="skin_hotspot_text_style" ath="-12.330" atv="32.405" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))" linkedscene="scene_xxvbmg1-2" linkedscene_lookat="255.41,4.89,120.0" use3dtransition="true" />
		
		<include url="video-player.xml" />
		<hotspot name="spot1" 
			url="skin/video2.png" 
			zoom="true"
			scale="0.8"
			ath="-168.679" atv="5.178" 
			onclick="videoplayer_open('%CURRENTXML%/video/中国的水资源.mp4', '%CURRENTXML%/skin/poster.png', 0.5);"
		/>
		<hotspot name="spot1-text" 
			type="text"
			text="中国的水资源"
			style="skin_hotspot_text_style"
			ath="-168.679" atv="1.178" 
			onclick="videoplayer_open('%CURRENTXML%/video/中国的水资源.mp4', '%CURRENTXML%/skin/poster.png', 0.5);"
		/>
		<include url="video-player.xml" />
		<hotspot name="spot2" 
			url="skin/video2.png" 
			zoom="true"
			scale="0.8"
			ath="-96.143" atv="-6.503" 
			onclick="videoplayer_open('%CURRENTXML%/video/中国的土壤资源.mp4', '%CURRENTXML%/skin/poster.png', 0.5);"
		/>
		<hotspot name="spot2-text" 
			type="text"
			text="中国的土壤资源"
			style="skin_hotspot_text_style"
			ath="-96.143" atv="-10.503" 
			onclick="videoplayer_open('%CURRENTXML%/video/中国的土壤资源.mp4', '%CURRENTXML%/skin/poster.png', 0.5);"
		/>
	</scene>

	<scene name="scene_xxvbmg1-2" title="展馆1-2" onstart="" thumburl="panos/xxvbmg1-2.tiles/thumb.jpg" lat="30.69082556" lng="119.26232194" alt="95.70" heading="255.0">
		
		<control bouncinglimits="calc:image.cube ? true : false" />

		<view hlookat="436.452" vlookat="-1.904" fovtype="MFOV" fov="140.000" maxpixelzoom="2.0" fovmin="70" fovmax="140" limitview="auto" />

		<preview url="panos/xxvbmg1-2.tiles/preview.jpg" />

		<image prealign="0|255.0|0">
			<cube url="panos/xxvbmg1-2.tiles/%s/l%l/%v/l%l_%s_%v_%h.jpg" multires="512,768,1664,3200" />
		</image>

		<hotspot name="dy-spot6" url="skin/01_new_spotd1_gif.png"  onloaded="do_crop_animation(86,86,30)" ath="-4.241" atv="29.765" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))" linkedscene="scene_xxvbmg1-3" linkedscene_lookat="345.39,3.24,120.0" use3dtransition="true" />
		<hotspot name="dy-spot6-text" type="text" text="展馆1-3" style="skin_hotspot_text_style" ath="-4.241" atv="26.765" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))" linkedscene="scene_xxvbmg1-3" linkedscene_lookat="345.39,3.24,120.0" use3dtransition="true" />
		
		<hotspot name="dy-spot7" url="skin/01_new_spotd1_gif.png"  onloaded="do_crop_animation(86,86,30)" ath="165.748" atv="36.908" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))" linkedscene="scene_xxvbmg1-1" linkedscene_lookat="258.65,6.0,140.0" use3dtransition="true" />
		<hotspot name="dy-spot7-text" type="text" text="展馆1-1" style="skin_hotspot_text_style" ath="165.748" atv="33.908" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))" linkedscene="scene_xxvbmg1-1" linkedscene_lookat="258.65,6.0,140.0" use3dtransition="true" />
		
		<include url="video-player.xml" />
		<hotspot name="spot1" 
			url="skin/video2.png" 
			zoom="true"
			scale="0.8"
			ath="83.326" atv="-12.226" 
			onclick="videoplayer_open('%CURRENTXML%/video/触目惊心生态危机.m4v', '%CURRENTXML%/skin/poster.png', 0.5);"
		/>
		<hotspot name="spot1-text" 
			type="text"
			text="触目惊心生态危机"
			style="skin_hotspot_text_style"
			ath="83.526" atv="-16.226" 
			onclick="videoplayer_open('%CURRENTXML%/video/触目惊心生态危机.m4v', '%CURRENTXML%/skin/poster.png', 0.5);"
		/>
	</scene>

	<scene name="scene_xxvbmg1-3" title="展馆1-3" onstart="" thumburl="panos/xxvbmg1-3.tiles/thumb.jpg" lat="30.69100389" lng="119.26226917" alt="97.58" heading="342.4">
		
		<control bouncinglimits="calc:image.cube ? true : false" />

		<view hlookat="340.547" vlookat="12.888" fovtype="MFOV" fov="140.000" maxpixelzoom="2.0" fovmin="70" fovmax="140" limitview="auto" />

		<preview url="panos/xxvbmg1-3.tiles/preview.jpg" />

		<image prealign="0|342.4|0">
			<cube url="panos/xxvbmg1-3.tiles/%s/l%l/%v/l%l_%s_%v_%h.jpg" multires="512,768,1664,3200" />
		</image>

		<hotspot name="dy-spot8" url="skin/01_new_spotd1_gif.png"  onloaded="do_crop_animation(86,86,30)" ath="157.913" atv="40.927" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))" linkedscene="scene_xxvbmg1-2" linkedscene_lookat="256.34,7.88,140.0" use3dtransition="true"  />
		<hotspot name="dy-spot8-text" type="text" text="展馆1-2" style="skin_hotspot_text_style" ath="157.913" atv="37.927" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))" linkedscene="scene_xxvbmg1-2" linkedscene_lookat="256.34,7.88,140.0" use3dtransition="true"  />
		
		
		<hotspot name="dy-spot9" url="skin/01_new_spotd1_gif.png"  onloaded="do_crop_animation(86,86,30)" ath="48.781" atv="41.990" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))" linkedscene="scene_xxvbmg2-1" linkedscene_lookat="337.8,1.49,120.0" use3dtransition="true"/>
		<hotspot name="dy-spot9-text" type="text" text="展馆2-1" style="skin_hotspot_text_style" ath="48.781" atv="38.990" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))" linkedscene="scene_xxvbmg2-1" linkedscene_lookat="337.8,1.49,120.0" use3dtransition="true" />
		
		<include url="video-player.xml" />
		<!-- <hotspot name="spot1" 
			url="skin/video2.png" 
			zoom="true"
			scale="0.5"
			ath="-103.686" atv="1.561"
			onclick="videoplayer_open('%CURRENTXML%/video/demo.mp4', '%CURRENTXML%/skin/poster.png', 0.5);"
		/>
		<hotspot name="spot1-text" 
			type="text"
			text="水土流失的成因"
			style="skin_hotspot_text_style"
			ath="-103.686" atv="-3.561"
			onclick="videoplayer_open('%CURRENTXML%/video/demo.mp4', '%CURRENTXML%/skin/poster.png', 0.5);"
		/> -->
		
		<hotspot name="spot2" 
			url="skin/video2.png" 
			zoom="true"
			scale="0.5"
			ath="-81.989" atv="20.245" 
			onclick="videoplayer_open('%CURRENTXML%/video/人为因素.mp4', '%CURRENTXML%/skin/poster.png', 0.5);"
		/>
		<hotspot name="spot2-text" 
			type="text"
			text="人为因素"
			style="skin_hotspot_text_style"
			scale="1"
			ath="-81.989" atv="17.245" 
			onclick="videoplayer_open('%CURRENTXML%/video/人为因素.mp4', '%CURRENTXML%/skin/poster.png', 0.5);"
		/>

		<include url="video-player.xml" />
		<hotspot name="spot3" 
			url="skin/video2.png" 
			zoom="true"
			scale="0.5"
			ath="-94.498" atv="21.245"
			onclick="videoplayer_open('%CURRENTXML%/video/自然因素.mp4', '%CURRENTXML%/skin/poster.png', 0.5);"
		/>
		<hotspot name="spot3-text" 
			type="text"
			text="自然因素"
			style="skin_hotspot_text_style"
			scale="1"
			ath="-94.498" atv="18.245"
			onclick="videoplayer_open('%CURRENTXML%/video/自然因素.mp4', '%CURRENTXML%/skin/poster.png', 0.5);"
		/>
		
	</scene>

	<scene name="scene_xxvbmg2-1" title="展馆2-1" onstart="" thumburl="panos/xxvbmg2-1.tiles/thumb.jpg" lat="30.69098556" lng="119.26246528" alt="103.10" heading="337.3">
		
		<control bouncinglimits="calc:image.cube ? true : false" />

		<view hlookat="339.102" vlookat="3.467" fovtype="MFOV" fov="126.100" maxpixelzoom="2.0" fovmin="70" fovmax="140" limitview="auto" />

		<preview url="panos/xxvbmg2-1.tiles/preview.jpg" />

		<image prealign="0|337.3|0">
			<cube url="panos/xxvbmg2-1.tiles/%s/l%l/%v/l%l_%s_%v_%h.jpg" multires="512,768,1664,3200" />
		</image>

		<hotspot name="dy-spot9" url="skin/01_new_spotd1_gif.png"  onloaded="do_crop_animation(86,86,30)" ath="-97.004" atv="35.475" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))" linkedscene="scene_xxvbmg1-3" linkedscene_lookat="340.55,12.89,140.0" use3dtransition="true"/>
		<hotspot name="dy-spot9-text" type="text" text="展馆1-3" style="skin_hotspot_text_style" ath="-97.004" atv="32.475" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))" linkedscene="scene_xxvbmg1-3" linkedscene_lookat="340.55,12.89,140.0" use3dtransition="true" />
		
		<hotspot name="dy-spot10" url="skin/01_new_spotd1_gif.png"  onloaded="do_crop_animation(86,86,30)" ath="52.368" atv="29.584" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))" linkedscene="scene_xxvbmg2-2" linkedscene_lookat="340.55,12.89,140.0" use3dtransition="true" />
		<hotspot name="dy-spot10-text" type="text" text="展馆2-2" style="skin_hotspot_text_style" ath="52.368" atv="26.584" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))" linkedscene="scene_xxvbmg2-2" linkedscene_lookat="340.55,12.89,140.0" use3dtransition="true" />
		

	</scene>

	<scene name="scene_xxvbmg2-2" title="展馆2-2" onstart="" thumburl="panos/xxvbmg2-2.tiles/thumb.jpg" lat="" lng="" alt="" heading="">
		
		<control bouncinglimits="calc:image.cube ? true : false" />

		<view hlookat="-1.425" vlookat="6.718" fovtype="MFOV" fov="120.000" maxpixelzoom="2.0" fovmin="70" fovmax="140" limitview="auto" />

		<preview url="panos/xxvbmg2-2.tiles/preview.jpg" />

		<image>
			<cube url="panos/xxvbmg2-2.tiles/%s/l%l/%v/l%l_%s_%v_%h.jpg" multires="512,768,1664,3200" />
		</image>
		<hotspot name="dy-spot11" url="skin/01_new_spotd1_gif.png"  onloaded="do_crop_animation(86,86,30)" ath="87.701" atv="30.452" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))" linkedscene="scene_xxvbmg2-1" linkedscene_lookat="340.55,12.89,140.0" use3dtransition="true" />
		<hotspot name="dy-spot11-text" type="text" text="展馆2-1" style="skin_hotspot_text_style" ath="87.701" atv="27.452" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))" linkedscene="scene_xxvbmg2-1" linkedscene_lookat="340.55,12.89,140.0" use3dtransition="true" />

		<hotspot name="dy-spot12" url="skin/01_new_spotd1_gif.png"  onloaded="do_crop_animation(86,86,30)" ath="-91.251" atv="36.275" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))" linkedscene="scene_xxvbmg2-3" linkedscene_lookat="340.55,12.89,140.0" use3dtransition="true"/>
		<hotspot name="dy-spot12-text" type="text" text="展馆2-3" style="skin_hotspot_text_style" ath="-91.251" atv="33.275" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))" linkedscene="scene_xxvbmg2-3" linkedscene_lookat="340.55,12.89,140.0" use3dtransition="true" />
		
		<include url="video-player.xml" />
		<!-- <hotspot name="spot1" 
			url="skin/video2.png" 
			zoom="true"
			scale="0.8"
			ath="-1.425" atv="2.018"
			onclick="videoplayer_open('%CURRENTXML%/video/大自然的悲鸣.mp4', '%CURRENTXML%/skin/poster.png', 0.5);"
		/>
		<hotspot name="spot1-text" 
			type="text"
			text="大自然的悲鸣"
			style="skin_hotspot_text_style"
			ath="-1.425" atv="-1.718"
			onclick="videoplayer_open('%CURRENTXML%/video/大自然的悲鸣.mp4', '%CURRENTXML%/skin/poster.png', 0.5);"
		/>
		 -->
		<hotspot name="大自然的悲鸣视频"
	         url="%VIEWER%/plugins/videoplayer.js"
	         videourl="%CURRENTXML%/video/大自然的悲鸣.mp4"
			 volume="1.0"
			 muted="false"
			 directionalsound="true"
			 range="90.0"
         	 rangefalloff="1.0"
			 html5preload="false"
	         posterurl="%CURRENTXML%/skin/poster-2.png"
	         distorted="true"
			 zoom="true"
			 width="518"
			 height="346"
	         ath="-0.525"
			 atv="-1.118"
			 edge="center"
	         scalex="1"
			 scaley="1"
	         rx="-5"
	         ry="0"
	         rz="-1"
	         ox="0"
	         oy="0"
	         loop="false"
	         pausedonstart="true"
	         onclick="togglepause();"
			 onvideoplay="tween(hotspot[大自然的悲鸣].alpha,0,1);tween(hotspot[大自然的悲鸣播放按钮].alpha,0,1);"
			 onvideopaused="tween(hotspot[大自然的悲鸣].alpha,1,1);tween(hotspot[大自然的悲鸣播放按钮].alpha,1,1);"
	    />
		<hotspot name="大自然的悲鸣播放按钮" 
			url="skin/video2.png" 
			zoom="true"
			scale="0.8"
			width="86"
			height="86"
			ath="-1.425" atv="2.018"
			onclick="hotspot[大自然的悲鸣视频].togglepause();tween(hotspot[大自然的悲鸣].alpha,0,1);tween(hotspot[大自然的悲鸣播放按钮].alpha,0,1);"
		/>
		<hotspot name="大自然的悲鸣" 
			type="text"
			text="大自然的悲鸣"
			style="skin_hotspot_text_style"
			ath="-1.425" atv="-1.718"
			onclick="hotspot[大自然的悲鸣视频].togglepause();tween(hotspot[大自然的悲鸣].alpha,0,1);tween(hotspot[大自然的悲鸣播放按钮].alpha,0,1);"
		/>
	</scene>

	<scene name="scene_xxvbmg2-3" title="展馆2-3" onstart="" thumburl="panos/xxvbmg2-3.tiles/thumb.jpg" lat="30.69103806" lng="119.26234639" alt="94.71" heading="342.2">
		
		<control bouncinglimits="calc:image.cube ? true : false" />

		<view hlookat="343.273" vlookat="1.877" fovtype="MFOV" fov="140.000" maxpixelzoom="2.0" fovmin="70" fovmax="140" limitview="auto" />

		<preview url="panos/xxvbmg2-3.tiles/preview.jpg" />

		<image prealign="0|342.2|0">
			<cube url="panos/xxvbmg2-3.tiles/%s/l%l/%v/l%l_%s_%v_%h.jpg" multires="512,768,1664,3200" />
		</image>
		<hotspot name="dy-spot13" url="skin/01_new_spotd1_gif.png"  onloaded="do_crop_animation(86,86,30)" ath="-97.114" atv="26.939" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))" linkedscene="scene_xxvbmg2-2" linkedscene_lookat="340.55,12.89,140.0" use3dtransition="true"/>
		<hotspot name="dy-spot13-text" type="text" text="展馆2-2" style="skin_hotspot_text_style" ath="-97.114" atv="23.939" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))" linkedscene="scene_xxvbmg2-2" linkedscene_lookat="340.55,12.89,140.0" use3dtransition="true" />
		
		<hotspot name="dy-spot14" url="skin/01_new_spotd1_gif.png"  onloaded="do_crop_animation(86,86,30)" ath="53.297" atv="33.831" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))" linkedscene="scene_xxvbmg3-1" linkedscene_lookat="340.55,12.89,140.0" use3dtransition="true" />
		<hotspot name="dy-spot14-text" type="text" text="展馆3-1" style="skin_hotspot_text_style" ath="53.297" atv="30.831" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))" linkedscene="scene_xxvbmg3-1" linkedscene_lookat="340.55,12.89,140.0" use3dtransition="true" />
		
		<include url="video-player.xml" />
		<!-- <hotspot name="spot1" 
			url="skin/video2.png" 
			zoom="true"
			scale="0.6"
			ath="-32.606" atv="-4.623"
			onclick="videoplayer_open('%CURRENTXML%/video/demo.mp4', '%CURRENTXML%/skin/poster.png', 0.5);"
		/>
		<hotspot name="spot1-text" 
			type="text"
			text="中华人民共和国水土保持法"
			style="skin_hotspot_text_style"
			ath="-32.606" atv="-8.623"
			onclick="videoplayer_open('%CURRENTXML%/video/demo.mp4', '%CURRENTXML%/skin/poster.png', 0.5);"
		/> -->

		<include url="video-player.xml" />
		<hotspot name="spot2" 
			url="skin/video2.png" 
			zoom="true"
			scale="0.4"
			ath="36.501" atv="-1.355" 
			onclick="videoplayer_open('%CURRENTXML%/video/水土保持的概念.mp4', '%CURRENTXML%/skin/poster.png', 0.5);"
		/>
		<hotspot name="spot2-text" 
			type="text"
			text="水土保持的概念"
			style="skin_hotspot_text_style"
			ath="36.501" atv="-3.355" 
			onclick="videoplayer_open('%CURRENTXML%/video/水土保持的概念.mp4', '%CURRENTXML%/skin/poster.png', 0.5);"
		/>
	</scene>

	<scene name="scene_xxvbmg3-1" title="展馆3-1" onstart="" thumburl="panos/xxvbmg3-1.tiles/thumb.jpg" lat="30.69098444" lng="119.26243694" alt="97.85" heading="337.4">
		
		<control bouncinglimits="calc:image.cube ? true : false" />

		<view hlookat="340.515" vlookat="2.934" fovtype="MFOV" fov="129.937" maxpixelzoom="2.0" fovmin="70" fovmax="140" limitview="auto" />

		<preview url="panos/xxvbmg3-1.tiles/preview.jpg" />

		<image prealign="0|337.4|0">
			<cube url="panos/xxvbmg3-1.tiles/%s/l%l/%v/l%l_%s_%v_%h.jpg" multires="512,768,1664,3200" />
		</image>
		<hotspot name="dy-spot15" url="skin/01_new_spotd1_gif.png"  onloaded="do_crop_animation(86,86,30)" ath="-96.744" atv="11.902" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))" linkedscene="scene_xxvbmg2-3" linkedscene_lookat="340.55,12.89,140.0" use3dtransition="true"/>
		<hotspot name="dy-spot15-text" type="text" text="展馆2-3" style="skin_hotspot_text_style" ath="-96.744" atv="8.902" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))" linkedscene="scene_xxvbmg2-3" linkedscene_lookat="340.55,12.89,140.0" use3dtransition="true" />
		
		<hotspot name="dy-spot16" url="skin/01_new_spotd1_gif.png"  onloaded="do_crop_animation(86,86,30)" ath="147.304" atv="28.415" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))" linkedscene="scene_xxvbmg3-2" linkedscene_lookat="340.55,12.89,140.0" use3dtransition="true" />
		<hotspot name="dy-spot16-text" type="text" text="展馆3-2" style="skin_hotspot_text_style" ath="147.304" atv="25.415" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))" linkedscene="scene_xxvbmg3-2" linkedscene_lookat="340.55,12.89,140.0" use3dtransition="true" />

		<include url="video-player.xml" />
		<!-- <hotspot name="spot1" 
			url="skin/video2.png" 
			zoom="true"
			scale="0.4"
			ath="-21.687" atv="14.370"
			onclick="videoplayer_open('%CURRENTXML%/video/demo.mp4', '%CURRENTXML%/skin/poster.png', 0.5);"
		/>
		<hotspot name="spot1-text" 
			type="text"
			text="水土保持的三大措施"
			style="skin_hotspot_text_style"
			ath="-21.687" atv="10.370"
			onclick="videoplayer_open('%CURRENTXML%/video/demo.mp4', '%CURRENTXML%/skin/poster.png', 0.5);"
		/> -->
		<include url="video-player.xml" />
		<!-- <hotspot name="spot2" 
			url="skin/video2.png" 
			zoom="true"
			scale="0.8"
			ath="50.479" atv="-2.329"
			onclick="videoplayer_open('%CURRENTXML%/video/安徽省水土保持区划.mp4', '%CURRENTXML%/skin/poster.png', 0.5);"
		/>
		<hotspot name="spot2-text" 
			type="text"
			text="安徽省水土保持区划"
			style="skin_hotspot_text_style"
			ath="50.479" atv="-6.329"
			onclick="videoplayer_open('%CURRENTXML%/video/安徽省水土保持区划.mp4', '%CURRENTXML%/skin/poster.png', 0.5);"
		/> -->
		<hotspot name="安徽省水土保持区划视频"
	         url="%VIEWER%/plugins/videoplayer.js"
	         videourl="%CURRENTXML%/video/安徽省水土保持区划.mp4"
			 volume="1.0"
			 muted="false"
			 directionalsound="true"
			 range="90.0"
         	 rangefalloff="1.0"
			 html5preload="false"
	         posterurl="%CURRENTXML%/skin/poster-1.png"
	         distorted="true"
			 zoom="true"
			 width="630"
			 height="292"
	         ath="51.879" 
			 atv="-1.129"
			 edge="center"
	         scalex="1"
			 scaley="1"
	         rx="-3"
	         ry="15"
	         rz="-1.1"
	         ox="0"
	         oy="0"
	         loop="false"
	         pausedonstart="true"
	         onclick="togglepause();"
			 onvideoplay="tween(hotspot[安徽省水土保持区划].alpha,0,1);tween(hotspot[安徽省水土保持区划播放按钮].alpha,0,1);"
			 onvideopaused="tween(hotspot[安徽省水土保持区划].alpha,1,1);tween(hotspot[安徽省水土保持区划播放按钮].alpha,1,1);"
	    />
		<hotspot name="安徽省水土保持区划播放按钮" 
			url="skin/video2.png" 
			zoom="true"
			scale="0.8"
			ath="50.479" atv="-2.329"
			onclick="hotspot[安徽省水土保持区划视频].togglepause();tween(hotspot[安徽省水土保持区划].alpha,0,1);tween(hotspot[安徽省水土保持区划播放按钮].alpha,0,1);"
		/>
		<hotspot name="安徽省水土保持区划" 
			type="text"
			text="安徽省水土保持区划"
			style="skin_hotspot_text_style"
			ath="50.479" atv="-6.329"
			onclick="hotspot[安徽省水土保持区划视频].togglepause();tween(hotspot[安徽省水土保持区划].alpha,0,1);tween(hotspot[安徽省水土保持区划播放按钮].alpha,0,1);"
		/>

		<include url="video-player.xml" />
		<hotspot name="spot3" 
			url="skin/video2.png" 
			zoom="true"
			scale="0.6"
			ath="104.839" atv="-5.255"
			onclick="hotspot[安徽省水土保持区划视频].pause();videoplayer_open('%CURRENTXML%/video/水土保持大数据.mp4', '%CURRENTXML%/skin/poster.png', 0.5);"
		/>
		<hotspot name="spot3-text" 
			type="text"
			text="安徽省水土保持大数据"
			style="skin_hotspot_text_style"
			ath="104.839" atv="-9.255"
			onclick="hotspot[安徽省水土保持区划视频].pause();videoplayer_open('%CURRENTXML%/video/水土保持大数据.mp4', '%CURRENTXML%/skin/poster.png', 0.5);"
		/>

	</scene>

	<scene name="scene_xxvbmg3-2" title="展馆3-2" onstart="" thumburl="panos/xxvbmg3-2.tiles/thumb.jpg" lat="30.69097472" lng="119.26246694" alt="98.14" heading="160.9">
		
		<control bouncinglimits="calc:image.cube ? true : false" />

		<view hlookat="162.504" vlookat="5.685" fovtype="MFOV" fov="140.000" maxpixelzoom="2.0" fovmin="70" fovmax="140" limitview="auto" />

		<preview url="panos/xxvbmg3-2.tiles/preview.jpg" />

		<image prealign="0|160.9|0">
			<cube url="panos/xxvbmg3-2.tiles/%s/l%l/%v/l%l_%s_%v_%h.jpg" multires="512,768,1664,3200" />
		</image>

		<hotspot name="dy-spot17" url="skin/01_new_spotd1_gif.png"  onloaded="do_crop_animation(86,86,30)" ath="-122.504" atv="18.206" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))" linkedscene="scene_znryzubmgxknxof" linkedscene_lookat="340.72,-0.2,120.0" use3dtransition="true" />
		<hotspot name="dy-spot17-text" type="text" text="科普馆" style="skin_hotspot_text_style" ath="-122.504" atv="15.206" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))" linkedscene="scene_znryzubmgxknxof" linkedscene_lookat="340.72,-0.2,120.0" use3dtransition="true"/>

		<hotspot name="dy-spot18" url="skin/01_new_spotd1_gif.png"  onloaded="do_crop_animation(86,86,30)" ath="-45.384" atv="17.103" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))" linkedscene="scene_xxvbmg3-1" linkedscene_hoffset="0.0" use3dtransition="true" />
		<hotspot name="dy-spot18-text" type="text" text="展馆3-1" style="skin_hotspot_text_style" ath="-45.384" atv="14.103" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))" linkedscene="scene_xxvbmg3-1" linkedscene_hoffset="0.0" use3dtransition="true" />

		<hotspot name="dy-spot19" url="skin/01_new_spotd1_gif.png"  onloaded="do_crop_animation(86,86,30)" ath="86.533" atv="20.521" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))" linkedscene="scene_xcwaymyohxel-1" linkedscene_hoffset="0.0" use3dtransition="true" />
		<hotspot name="dy-spot19-text" type="text" text="地貌模型-1" style="skin_hotspot_text_style" ath="86.533" atv="17.521" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))" linkedscene="scene_xcwaymyohxel-1" linkedscene_hoffset="0.0" use3dtransition="true" />

		<include url="video-player.xml" />
		<!-- <hotspot name="spot1" 
			url="skin/video2.png" 
			zoom="true"
			scale="0.8"
			ath="163.811" atv="1.873"
			onclick="videoplayer_open('%CURRENTXML%/video/demo.mp4', '%CURRENTXML%/skin/poster.png', 0.5);"
		/>
		<hotspot name="spot1-text" 
			type="text"
			text="水保知识竞赛"
			style="skin_hotspot_text_style"
			ath="163.811" atv="-5.873"
			onclick="videoplayer_open('%CURRENTXML%/video/demo.mp4', '%CURRENTXML%/skin/poster.png', 0.5);"
		/> -->
		
		<include url="video-player.xml" />
		<hotspot name="spot2" 
			url="skin/video2.png" 
			zoom="true"
			scale="0.6"
			ath="-96.820" atv="-1.500"
			onclick="videoplayer_open('%CURRENTXML%/video/广德水土保持探索与实践.mp4', '%CURRENTXML%/skin/poster.png', 0.5);"
		/>
		<hotspot name="spot2-text" 
			type="text"
			text="广德水土保持探索与实践"
			style="skin_hotspot_text_style"
			ath="-96.820" atv="-4.500"
			onclick="videoplayer_open('%CURRENTXML%/video/广德水土保持探索与实践.mp4', '%CURRENTXML%/skin/poster.png', 0.5);"
		/>

	</scene>

	<scene name="scene_xcwaymyohxel-1" title="地貌模型-1" onstart="" thumburl="panos/xcwaymyohxel-1.tiles/thumb.jpg" lat="30.69109167" lng="119.26241944" alt="100.17" heading="0.0">
		
		<control bouncinglimits="calc:image.cube ? true : false" />

		<view hlookat="0.540" vlookat="4.844" fovtype="MFOV" fov="122.006" maxpixelzoom="2.0" fovmin="70" fovmax="140" limitview="auto" />

		<preview url="panos/xcwaymyohxel-1.tiles/preview.jpg" />

		<image>
			<cube url="panos/xcwaymyohxel-1.tiles/%s/l%l/%v/l%l_%s_%v_%h.jpg" multires="512,768,1664,3200" />
		</image>

		<hotspot name="dy-spot20" url="skin/01_new_spotd1_gif.png"  onloaded="do_crop_animation(86,86,30)" ath="-79.275" atv="16.794" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))" linkedscene="scene_xknyli" linkedscene_hoffset="0.0" use3dtransition="true" />
		<hotspot name="dy-spot20-text" type="text" text="示范园" style="skin_hotspot_text_style" ath="-79.275" atv="13.794" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))" linkedscene="scene_xknyli" linkedscene_hoffset="0.0" use3dtransition="true" />

		<hotspot name="dy-spot21" url="skin/01_new_spotd1_gif.png"  onloaded="do_crop_animation(86,86,30)" ath="86.488" atv="23.912" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))" linkedscene="scene_xcwaymyohxel-2" linkedscene_hoffset="0.0" use3dtransition="true"/>
		<hotspot name="dy-spot21-text" type="text" text="地貌模型-2" style="skin_hotspot_text_style" ath="86.488" atv="20.912" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))" linkedscene="scene_xcwaymyohxel-2" linkedscene_hoffset="0.0" use3dtransition="true" />

	</scene>

	<scene name="scene_xcwaymyohxel-2" title="地貌模型-2" onstart="" thumburl="panos/xcwaymyohxel-2.tiles/thumb.jpg" lat="30.69103333" lng="119.26227500" alt="99.57" heading="0.0">
		
		<control bouncinglimits="calc:image.cube ? true : false" />

		<view hlookat="-0.602" vlookat="8.994" fovtype="MFOV" fov="118.258" maxpixelzoom="2.0" fovmin="70" fovmax="140" limitview="auto" />

		<preview url="panos/xcwaymyohxel-2.tiles/preview.jpg" />

		<image>
			<cube url="panos/xcwaymyohxel-2.tiles/%s/l%l/%v/l%l_%s_%v_%h.jpg" multires="512,768,1664,3200" />
		</image>
		<hotspot name="dy-spot22" url="skin/01_new_spotd1_gif.png"  onloaded="do_crop_animation(86,86,30)" ath="-79.275" atv="16.794" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))" linkedscene="scene_xcwaymyohxel-1" linkedscene_hoffset="0.0" use3dtransition="true"/>
		<hotspot name="dy-spot22-text" type="text" text="地貌模型-1"  style="skin_hotspot_text_style" ath="-79.275" atv="13.794" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))" linkedscene="scene_xcwaymyohxel-1" linkedscene_hoffset="0.0" use3dtransition="true" />

		<hotspot name="dy-spot23" url="skin/01_new_spotd1_gif.png"  onloaded="do_crop_animation(86,86,30)" ath="86.488" atv="23.912" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))" linkedscene="scene_xcwaymyohxel-3" linkedscene_hoffset="0.0" use3dtransition="true"/>
		<hotspot name="dy-spot23-text" type="text" text="地貌模型-3" style="skin_hotspot_text_style" ath="86.488" atv="20.912" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))" linkedscene="scene_xcwaymyohxel-3" linkedscene_hoffset="0.0" use3dtransition="true" />

	</scene>

	<scene name="scene_xcwaymyohxel-3" title="地貌模型-3" onstart="" thumburl="panos/xcwaymyohxel-3.tiles/thumb.jpg" lat="30.69105722" lng="119.26234389" alt="100.21" heading="161.7">
		
		<control bouncinglimits="calc:image.cube ? true : false" />

		<view hlookat="163.098" vlookat="4.403" fovtype="MFOV" fov="122.234" maxpixelzoom="2.0" fovmin="70" fovmax="140" limitview="auto" />

		<preview url="panos/xcwaymyohxel-3.tiles/preview.jpg" />

		<image prealign="0|161.7|0">
			<cube url="panos/xcwaymyohxel-3.tiles/%s/l%l/%v/l%l_%s_%v_%h.jpg" multires="512,768,1664,3200" />
		</image>
		<hotspot name="dy-spot24" url="skin/01_new_spotd1_gif.png"  onloaded="do_crop_animation(86,86,30)" ath="-110.832" atv="17.404" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))" linkedscene="scene_xcwaymyohxel-4" linkedscene_hoffset="0.0" use3dtransition="true" />
		<hotspot name="dy-spot24-text" type="text" text="地貌模型-4" style="skin_hotspot_text_style" ath="-110.832" atv="14.404" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))" linkedscene="scene_xcwaymyohxel-4" linkedscene_hoffset="0.0" use3dtransition="true" />

		<hotspot name="dy-spot25" url="skin/01_new_spotd1_gif.png"  onloaded="do_crop_animation(86,86,30)" ath="86.488" atv="23.912" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))" linkedscene="scene_xcwaymyohxel-2" linkedscene_hoffset="0.0" use3dtransition="true" />
		<hotspot name="dy-spot25-text" type="text" text="地貌模型-2" style="skin_hotspot_text_style" ath="86.488" atv="20.912" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))" linkedscene="scene_xcwaymyohxel-2" linkedscene_hoffset="0.0" use3dtransition="true" />

	</scene>
	
	<scene name="scene_xcwaymyohxel-4" title="地貌模型-4" onstart="" thumburl="panos/xcwaymyohxel-4.tiles/thumb.jpg" lat="30.69099722" lng="119.26220000" alt="96.54" heading="0.0">
		
		<control bouncinglimits="calc:image.cube ? true : false" />

		<view hlookat="-0.353" vlookat="18.605" fovtype="MFOV" fov="122.245" maxpixelzoom="2.0" fovmin="70" fovmax="140" limitview="auto" />

		<preview url="panos/xcwaymyohxel-4.tiles/preview.jpg" />

		<image>
			<cube url="panos/xcwaymyohxel-4.tiles/%s/l%l/%v/l%l_%s_%v_%h.jpg" multires="512,768,1664,3200" />
		</image>

		<hotspot name="dy-spot26" url="skin/01_new_spotd1_gif.png"  onloaded="do_crop_animation(86,86,30)" ath="-85.651" atv="18.876" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))" linkedscene="scene_xcwaymyohxel-3" linkedscene_hoffset="0.0" use3dtransition="true" />
		<hotspot name="dy-spot26-text" type="text" text="地貌模型-3" style="skin_hotspot_text_style" ath="-85.651" atv="15.876" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))" linkedscene="scene_xcwaymyohxel-3" linkedscene_hoffset="0.0" use3dtransition="true" />

		<hotspot name="dy-spot27" url="skin/01_new_spotd1_gif.png"  onloaded="do_crop_animation(86,86,30)" ath="84.457" atv="15.886" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))" linkedscene="scene_xknyli" linkedscene_hoffset="0.0" use3dtransition="true" />
		<hotspot name="dy-spot27-text" type="text" text="示范园" style="skin_hotspot_text_style" ath="84.457" atv="12.886" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))" linkedscene="scene_xknyli" linkedscene_hoffset="0.0" use3dtransition="true" />
		
		<hotspot name="dy-spot28" url="skin/01_new_spotd1_gif.png"  onloaded="do_crop_animation(86,86,30)" ath="61.093" atv="2.205" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))" linkedscene="scene_byyykkxdh" linkedscene_hoffset="0.0" use3dtransition="true" />
		<hotspot name="dy-spot28-text" type="text" text="防护坡" style="skin_hotspot_text_style" ath="61.093" atv="0.205" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))" linkedscene="scene_byyykkxdh" linkedscene_hoffset="0.0" use3dtransition="true" />

	</scene>

	

	<scene name="scene_byyykkxdh" title="防护坡" onstart="" thumburl="panos/byyykkxdh.tiles/thumb.jpg" lat="30.69076536" lng="119.26168475" alt="126.61" heading="0.0">
		
		<control bouncinglimits="calc:image.cube ? true : false" />

		<view hlookat="2.583" vlookat="26.969" fovtype="MFOV" fov="107.729" maxpixelzoom="2.0" fovmin="70" fovmax="140" limitview="auto" />

		<preview url="panos/byyykkxdh.tiles/preview.jpg" />

		<image>
			<cube url="panos/byyykkxdh.tiles/%s/l%l/%v/l%l_%s_%v_%h.jpg" multires="512,640,1152,2304,4608" />
		</image>

		
		<hotspot name="dy-spot1" url="skin/07_new_spotd12_gif.png"  onloaded="do_crop_animation(86,86,30)" ath="8.864" atv="18.278" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))" linkedscene="scene_xknyli" linkedscene_lookat="-0.65,0.59,78.94" linkedscene_hoffset="378.85" use3dtransition="true" />
		<hotspot name="dy-spot1-text" type="text" text="示范园" style="skin_hotspot_text_style" ath="8.864" atv="16.278" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))" linkedscene="scene_xknyli" linkedscene_lookat="-0.65,0.59,78.94" linkedscene_hoffset="378.85" use3dtransition="true"  />

		<hotspot name="spot1" url="skin/01_new_spotd1_gif.png"  onloaded="do_crop_animation(86,86,30)" ath="-22.430" atv="25.623" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))" linkedscene="scene_xcwaymyohxel-4" linkedscene_hoffset="0.0" use3dtransition="true" />
		<hotspot name="spot1-text" type="text" text="地貌模型-4" style="skin_hotspot_text_style" ath="-21.430" atv="23.623" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))" linkedscene="scene_xcwaymyohxel-4" linkedscene_hoffset="0.0" use3dtransition="true" />

		<hotspot name="spot2" url="skin/07_new_spotd12_gif.png"  onloaded="do_crop_animation(86,86,30)" ath="135.176" atv="3.650" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))" linkedscene="scene_hws" linkedscene_hoffset="0.0" use3dtransition="true" />
		<hotspot name="spot2-text" type="text" text="坡面场" style="skin_hotspot_text_style" ath="135.176" atv="0.650" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))" linkedscene="scene_hws" linkedscene_hoffset="0.0" use3dtransition="true" />

		
		<hotspot name="spot4" url="skin/07_new_spotd12_gif.png"  onloaded="do_crop_animation(86,86,30)"  ath="34.763" atv="26.283" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))" linkedscene="scene_yohylfbznbboxcgxpkywuaxhxbt" linkedscene_hoffset="0.0" use3dtransition="true" />
		<hotspot name="spot4-text" type="text" text="模拟降雨场及气象园" style="skin_hotspot_text_style" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))" ath="34.763" atv="24.283" linkedscene="scene_yohylfbznbboxcgxpkywuaxhxbt" linkedscene_hoffset="0.0" use3dtransition="true" />

		<hotspot name="spot5-text" type="text" text="仿木桩护坡" style="skin_hotspot_text_style2" ath="-52.0" atv="25.777"  />
		<hotspot name="spot6-text" type="text" text="无防护措施边坡" style="skin_hotspot_text_style2" ath="-43.716" atv="28.640"  />
		<hotspot name="spot7-text" type="text" text="钢丝石笼护坡" style="skin_hotspot_text_style2" ath="-32.683" atv="32.0"  />
		<hotspot name="spot8-text" type="text" text="干砌石护坡" style="skin_hotspot_text_style2" ath="-20.629" atv="34.958" />
		<hotspot name="spot9-text" type="text" text="木箱填土护坡" style="skin_hotspot_text_style2" ath="-0.776" atv="36.07"  />
		<hotspot name="spot10-text" type="text" text="植生袋护坡" style="skin_hotspot_text_style2" ath="13.744" atv="35.242" />
		<hotspot name="spot11-text" type="text" text="草皮护坡" style="skin_hotspot_text_style2" ath="30.814" atv="31.637" />
		
	</scene>
	
	<scene name="scene_yohylfbznbboxcgxpkywuaxhxbt" title="模拟降雨场及气象园" onstart="" thumburl="panos/yohylfbznbboxcgxpkywuaxhxbt.tiles/thumb.jpg" lat="30.69063553" lng="119.26237894" alt="120.21" heading="0.0">
		
		<control bouncinglimits="calc:image.cube ? true : false" />

		<view hlookat="9.145" vlookat="32.505" fovtype="MFOV" fov="86.993" maxpixelzoom="2.0" fovmin="70" fovmax="140" limitview="auto" />

		<preview url="panos/yohylfbznbboxcgxpkywuaxhxbt.tiles/preview.jpg" />

		<image>
			<cube url="panos/yohylfbznbboxcgxpkywuaxhxbt.tiles/%s/l%l/%v/l%l_%s_%v_%h.jpg" multires="512,640,1152,2304,4608" />
		</image>

		
		<hotspot name="dy-spot1" url="skin/07_new_spotd12_gif.png"  onloaded="do_crop_animation(86,86,30)" ath="158.528" atv="55.128" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))" linkedscene="scene_xknyli" linkedscene_lookat="-0.65,0.59,78.94" linkedscene_hoffset="378.85" use3dtransition="true" />
		<hotspot name="dy-spot1-text" type="text" text="示范园" style="skin_hotspot_text_style" ath="158.528" atv="52.128" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))" linkedscene="scene_xknyli" linkedscene_lookat="-0.65,0.59,78.94" linkedscene_hoffset="378.85" use3dtransition="true" />

		<hotspot name="spot1" url="skin/07_new_spotd12_gif.png" onloaded="do_crop_animation(86,86,30)" ath="9.600" atv="-0.044" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))" linkedscene="scene_hws" linkedscene_hoffset="0.0" use3dtransition="true" />
		<hotspot name="spot1-text" type="text" text="坡面场" style="skin_hotspot_text_style" ath="9.600" atv="-2.044" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))" linkedscene="scene_hws" linkedscene_hoffset="0.0" use3dtransition="true" />

		
		<hotspot name="spot3" url="skin/07_new_spotd12_gif.png" onloaded="do_crop_animation(86,86,30)" ath="97.494" atv="25.140" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))" linkedscene="scene_byyykkxdh" linkedscene_hoffset="0.0" use3dtransition="true" />
		<hotspot name="spot3-text" type="text" text="防护坡" style="skin_hotspot_text_style" ath="97.494" atv="23.140" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))" linkedscene="scene_byyykkxdh" linkedscene_hoffset="0.0" use3dtransition="true" />
		
		<hotspot name="spot4" url="skin/07_new_spotd12_gif.png" onloaded="do_crop_animation(86,86,30)" ath="167.422" atv="21.354" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))" linkedscene="scene_xcwaymyohxel-1" linkedscene_hoffset="0.0" use3dtransition="true" />
		<hotspot name="spot4-text" type="text" text="地貌模型-1" style="skin_hotspot_text_style" ath="167.422" atv="19.354" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))" linkedscene="scene_xcwaymyohxel-1" linkedscene_hoffset="0.0" use3dtransition="true" />
		
		<hotspot name="spot5" url="skin/01_new_spotd1_gif.png" onloaded="do_crop_animation(86,86,30)" ath="137.597" atv="35.290" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))" linkedscene="scene_znryzubmgxknxof" linkedscene_hoffset="0.0" use3dtransition="true" />
		<hotspot name="spot5-text" type="text" text="科普馆" style="skin_hotspot_text_style" ath="137.597" atv="33.290" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))" linkedscene="scene_znryzubmgxknxof" linkedscene_hoffset="0.0" use3dtransition="true" />
		
	</scene>
<!--
	<scene name="scene_xdhbdixcg1" title="坡面场1" onstart="" thumburl="panos/xdhbdixcg1.tiles/thumb.jpg" lat="30.68971592" lng="119.26131814" alt="148.53" heading="0.0">
		
		<control bouncinglimits="calc:image.cube ? true : false" />

		<view hlookat="32.057" vlookat="58.502" fovtype="MFOV" fov="103.390" maxpixelzoom="2.0" fovmin="70" fovmax="140" limitview="auto" />

		<preview url="panos/xdhbdixcg1.tiles/preview.jpg" />

		<image>
			<cube url="panos/xdhbdixcg1.tiles/%s/l%l/%v/l%l_%s_%v_%h.jpg" multires="512,640,1152,2304,4608" />
		</image>

		
		<hotspot name="dy-spot1" url="skin/01_new_spotd1_gif.png" onloaded="do_crop_animation(86,86,30)"  ath="78.908" atv="45.023" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))"  linkedscene="scene_xdhbdixcg2" linkedscene_hoffset="0.0" use3dtransition="true"/>
		<hotspot name="dy-spot1-text" type="text" text="坡面场2" style="skin_hotspot_text_style" ath="76.908" atv="43.023" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))"  linkedscene="scene_xdhbdixcg2" linkedscene_hoffset="0.0" use3dtransition="true" />
		
		<hotspot name="dy-spot2" url="skin/07_new_spotd12_gif.png"  onloaded="do_crop_animation(86,86,30)" ath="144.771" atv="13.610" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))" linkedscene="scene_xknyli" linkedscene_lookat="-0.65,0.59,78.94" linkedscene_hoffset="378.85" use3dtransition="true" />
		<hotspot name="dy-spot2-text" type="text" text="示范园" style="skin_hotspot_text_style" ath="144.771" atv="11.610" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))" linkedscene="scene_xknyli" linkedscene_lookat="-0.65,0.59,78.94" linkedscene_hoffset="378.85" use3dtransition="true"/>
		
		<hotspot name="dy-spot3" url="skin/07_new_spotd12_gif.png"  onloaded="do_crop_animation(86,86,30)" ath="129.585" atv="16.669" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))" linkedscene="scene_byyykkxdh" linkedscene_lookat="-0.65,0.59,78.94" linkedscene_hoffset="378.85" use3dtransition="true" />
		<hotspot name="dy-spot3-text" type="text" text="防护坡" style="skin_hotspot_text_style" ath="129.585" atv="14.669" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))" linkedscene="scene_byyykkxdh" linkedscene_lookat="-0.65,0.59,78.94" linkedscene_hoffset="378.85" use3dtransition="true"/>

		<hotspot name="dy-spot4" url="skin/07_new_spotd12_gif.png"  onloaded="do_crop_animation(86,86,30)" ath="150.674" atv="20.686" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))" linkedscene="scene_yohylfbznbboxcgxpkywuaxhxbt" linkedscene_lookat="-0.65,0.59,78.94" linkedscene_hoffset="378.85" use3dtransition="true" />
		<hotspot name="dy-spot4-text" type="text" text="模拟降雨场及气象园" style="skin_hotspot_text_style" ath="150.674" atv="18.686" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))" linkedscene="scene_yohylfbznbboxcgxpkywuaxhxbt" linkedscene_lookat="-0.65,0.59,78.94" linkedscene_hoffset="378.85" use3dtransition="true"/>

	</scene>

	<scene name="scene_xdhbdixcg2" title="坡面场2" onstart="" thumburl="panos/xdhbdixcg2.tiles/thumb.jpg" lat="30.69020039" lng="119.26114856" alt="138.79" heading="0.0">
		
		<control bouncinglimits="calc:image.cube ? true : false" />

		<view hlookat="361.162" vlookat="38.799" fovtype="MFOV" fov="91.837" maxpixelzoom="2.0" fovmin="70" fovmax="140" limitview="auto" />

		<preview url="panos/xdhbdixcg2.tiles/preview.jpg" />

		<image>
			<cube url="panos/xdhbdixcg2.tiles/%s/l%l/%v/l%l_%s_%v_%h.jpg" multires="512,640,1152,2304,4608" />
		</image>

		<hotspot name="dy-spot1" url="skin/07_new_spotd12_gif.png"  onloaded="do_crop_animation(86,86,30)" ath="-129.057" atv="13.125" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))" linkedscene="scene_xknyli" linkedscene_lookat="-0.65,0.59,78.94" linkedscene_hoffset="378.85" use3dtransition="true"  />
		<hotspot name="dy-spot1-text" type="text" text="示范园"  style="skin_hotspot_text_style" ath="-129.057" atv="10.125" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))" linkedscene="scene_xknyli" linkedscene_lookat="-0.65,0.59,78.94" linkedscene_hoffset="378.85" use3dtransition="true"  />

		<hotspot name="spot1" url="skin/01_new_spotd1_gif.png" onloaded="do_crop_animation(86,86,30)" ath="-11.079" atv="20.973" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))" linkedscene="scene_xdhbdixcg1" linkedscene_hoffset="0.0" use3dtransition="true" />
		<hotspot name="spot1-text" type="text" text="坡面场-1" style="skin_hotspot_text_style" ath="-11.079" atv="18.973" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))" linkedscene="scene_xdhbdixcg1" linkedscene_hoffset="0.0" use3dtransition="true" />
		
		<hotspot name="dy-spot2" url="skin/07_new_spotd12_gif.png"  onloaded="do_crop_animation(86,86,30)" ath="-141.729" atv="20.763" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))" linkedscene="scene_byyykkxdh" linkedscene_lookat="-0.65,0.59,78.94" linkedscene_hoffset="378.85" use3dtransition="true" />
		<hotspot name="dy-spot2-text" type="text" text="防护坡" style="skin_hotspot_text_style" ath="-141.729" atv="18.763" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))" linkedscene="scene_byyykkxdh" linkedscene_lookat="-0.65,0.59,78.94" linkedscene_hoffset="378.85" use3dtransition="true"/>

		<hotspot name="dy-spot3" url="skin/07_new_spotd12_gif.png"  onloaded="do_crop_animation(86,86,30)" ath="-116.228" atv="22.767" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))" linkedscene="scene_yohylfbznbboxcgxpkywuaxhxbt" linkedscene_lookat="-0.65,0.59,78.94" linkedscene_hoffset="378.85" use3dtransition="true" />
		<hotspot name="dy-spot3-text" type="text" text="模拟降雨场及气象园" style="skin_hotspot_text_style" ath="-116.228" atv="20.767" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))" linkedscene="scene_yohylfbznbboxcgxpkywuaxhxbt" linkedscene_lookat="-0.65,0.59,78.94" linkedscene_hoffset="378.85" use3dtransition="true"/>
	</scene>-->
	
<scene name="scene_hws" title="坡面场" onstart="" thumburl="panos/tiles/thumb.jpg" lat="30.690033" lng="119.261070" heading="0.0">
<view hlookat="722.381" vlookat="52.836" fovtype="MFOV" fov="140.000" maxpixelzoom="2.0" fovmin="70" fovmax="140" limitview="auto"/>
<preview url="panos/tiles/preview.jpg"/>
<image>
<cube url="panos/tiles/pano_%s.jpg"/>
<cube url="panos/tiles/mobile_%s.jpg" devices="mobile"/>
</image>
<!--  place your scene hotspots here  -->
<hotspot name="dy-spot1" url="skin/07_new_spotd12_gif.png"  onloaded="do_crop_animation(86,86,30)" ath="-133.451" atv="10.347" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))" linkedscene="scene_xknyli" linkedscene_lookat="-0.65,0.59,78.94" linkedscene_hoffset="378.85" use3dtransition="true"  />
		<hotspot name="dy-spot1-text" type="text" text="示范园"  style="skin_hotspot_text_style" ath="-133.451" atv="8.347" onclick="loadscene(get(linkedscene),null, MERGE, BLEND(1))" linkedscene="scene_xknyli" linkedscene_lookat="-0.65,0.59,78.94" linkedscene_hoffset="378.85" use3dtransition="true"  />
		
</scene>

</krpano>
