<krpano version="1.0.8">
<!-- <plugin name="options" url="../core/plugins/options.swf" /> -->
	<display fps="40"
	         details="32"
	         tessmode="2"
	         movequality="LOW"
	         stillquality="HIGHSHARP"
	         stilltime="0.25"
	         />
<!-- <plugin name="editor" url="plugins/editor.swf" keep="true" /> -->
	<contextmenu>
		
		<item caption="FULLSCREEN" />
		<item caption="normal view"        onclick="action(rectview);"          separator="true" />
		<item caption="fisheye view"       onclick="action(fisheyeview);"       />
		<item caption="architectural view" onclick="action(architectural);"     />
	
		
	</contextmenu>
	
	
	<!-- actions for view changing -->
	<action name="rectview">
		tween(view.fovmax,       155.0, distance(179, 0.25), easeoutquad);
		tween(view.architectural,  0.0, distance(1.0, 0.25), easeoutquad);
		tween(view.fisheye,        0.0, distance(1.0, 0.25), easeoutquad, set(view.stereographic,false); );
	</action>
	
	<action name="fisheyeview">
		tween(view.architectural, 0.0, distance(1.0, 0.25), easeoutquad);
		tween(view.fisheye,       0.0 ,distance(1.0, 0.20), easeoutquad,
				set(view.stereographic,false);
				set(view.fovmax,179);
				tween(view.fisheye, 0.35, distance(1.0, 1.25));
			 );
	</action>

	<action name="architectural">
		tween(view.fovmax,       155.0, distance(179, 0.25), easeoutquad);
		tween(view.architectural,  1.0, distance(1.0, 0.25), easeoutquad);
		tween(view.fisheye,        0.0, distance(1.0, 0.25), easeoutquad, set(view.stereographic,false); );
	</action>
	
    

<view hlookat       ="-3.768966"
	      vlookat       ="4.459130"
	      camroll       ="0.000000"
	      fov           ="47.220198"
	      fovmin        ="3.000000"
	      fovmax        ="45.000000"
	      limitfov      ="true"
	      fisheye       ="0.64"
	      fisheyefovlink="2.56"
	      stereographic ="false"
	      architectural ="1.0"
	      architecturalonlymiddle="false"
	      limitview     ="lookat"
	      hlookatmin    ="0.000000"
	      hlookatmax    ="360.000000"
	      vlookatmin    ="3.000000"
	      vlookatmax    ="12.000000"
	      />

	<control usercontrol    ="all"
	         mousetype      ="moveto"
	         movetocursor   ="arrow"
	         cursorsize     ="10.0"
	         mouseaccelerate="1.00"
	         mousespeed     ="10.00"
	         mousefriction  ="0.80"
	         headswing      ="0.00"
	         keybaccelerate ="0.50"
	         keybspeed      ="10.00"
	         keybfriction   ="0.90"
	         keybinvert     ="false"
	         mousefovchange ="1.00"
	         keybfovchange  ="0.75"
	         fovspeed       ="3.00"
	         fovfriction    ="0.90"
	         keycodesleft   ="37"
	         keycodesright  ="39"
	         keycodesup     ="38"
	         keycodesdown   ="40"
	         keycodesin     ="16,65,107"
	         keycodesout    ="17,89,90,109"
	         />


	<preview type="CUBESTRIP" url="pano.tiles/preview.jpg" />

	<image type="SPHERE" multires="true" tilesize="1000" baseindex="1">
		<level tiledimagewidth="32000" tiledimageheight="16000" details="32">
			<sphere url="pano.tiles/l4_%0v_%0h.jpg" />
		</level>
		<level tiledimagewidth="16000" tiledimageheight="8000" details="30">
			<sphere url="pano.tiles/l3_%0v_%0h.jpg" />
		</level>
		<level tiledimagewidth="8000" tiledimageheight="4000" details="30">
			<sphere url="pano.tiles/l2_%0v_%0h.jpg" />
		</level>
		<level tiledimagewidth="4000" tiledimageheight="2000" details="28">
			<sphere url="pano.tiles/l1_%0v_%0h.jpg" />
		</level>
	</image>

</krpano>

