<krpano>

	<!--
	
	<plugin name="options" url="%SWFPATH%/plugins/options.swf" keep="true" />
	<plugin name="editor"  url="%SWFPATH%/plugins/editor.swf"  keep="true" />
	
	-->


	<!-- PARAMETROS INICIALES -->
	<memory maxmem="350" />
	<network downloadqueues="" decodequeues="" />

	<events onenterfullscreen=""
	        onexitfullscreen=""
	        />

	<progress showload="bar()"
	          showwait="loopings()"
	          />

	<display fps="60"
	         details="16"
	         tessmode="-1"
	         movequality="LOW"
	         stillquality="HIGH"
	         stilltime="0.25"
	         />


	<view hlookat       ="-256"
	      vlookat       ="4"
	      camroll       ="0.000000"
	      fov           ="65"
	      fovmin        ="1.000000"
	      fovmax        ="179.000000"
	      limitfov      ="true"
	      fisheye       ="0.30"
	      fisheyefovlink="0.80"
	      stereographic ="false"
	      architectural ="0.0"
	      architecturalonlymiddle="false"
	      limitview     ="lookat"
	      hlookatmin    ="0.000000"
	      hlookatmax    ="360.000000"
	      vlookatmin    ="-90.000000"
	      vlookatmax    ="90.000000"
	      />

	<control usercontrol    ="all"
	         mousetype      ="moveto"
	         movetocursor   ="none"
	         cursorsize     ="10.0"
	         mouseaccelerate="0.80"
	         mousespeed     ="16.00"
	         mousefriction  ="0.95"
	         headswing      ="0.00"
	         keybaccelerate ="0.50"
	         keybspeed      ="10.00"
	         keybfriction   ="0.90"
	         keybinvert     ="false"
	         mousefovchange ="1.00"
	         keybfovchange  ="0.75"
	         fovspeed       ="8.00"
	         fovfriction    ="0.90"
	         keycodesleft   ="37"
	         keycodesright  ="39"
	         keycodesup     ="38"
	         keycodesdown   ="40"
	         keycodesin     ="16,65,107"
	         keycodesout    ="17,89,90,109"
	         />

	<contextmenu fullscreen="true">
	</contextmenu>

	<autorotate enabled ="true"
	            waittime="5"
	            accel   ="1"
	            speed   ="20"
	            horizon ="0"
	            tofov   ="NaN"
	            />


			   
	<textstyle name="default" font="Arial" fontsize="12" bold="true" italic="false" 
	           textcolor="16777215" background="false" backgroundcolor="16777215" border="false" bordercolor="0" 
	           alpha="1" blendmode="normal" effect="glow(0x000000,0.7,4,2);dropshadow(2,45,0x000000,3,1);" 
	           origin="cursor" edge="bottom" textalign="center" xoffset="0" yoffset="-10" showtime="0.1" noclip="true"
	           />











	<contextmenu fullscreen="true">
		<item name="n0" enabled="true" visible="true" separator="false"
		      caption="KRPANO"
		      onclick=""
		      />
		<item name="n1" enabled="true" visible="true" separator="false"
		      caption="FULLSCREEN"
		      onclick=""
		      />
		<item name="n2" enabled="true" visible="true" separator="true"
		      caption="normal view"
		      onclick="action(rectview);"
		      />
		<item name="n3" enabled="true" visible="true" separator="false"
		      caption="fisheye view"
		      onclick="action(fisheyeview);"
		      />
		<item name="n4" enabled="true" visible="true" separator="false"
		      caption="architectural view"
		      onclick="action(architectural);"
		      />
		<item name="n5" enabled="true" visible="true" separator="false"
		      caption="stereographic view"
		      onclick="action(stereofisheyeview);"
		      />
		<item name="n6" enabled="true" visible="true" separator="false"
		      caption="little planet view"
		      onclick="action(littleplanet);"
		      />
	</contextmenu>
	
	<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="stereofisheyeview">
		tween(view.architectural, 0.0, distance(1.0, 0.25), easeoutquad);
		tween(view.fisheye,       0.0 ,distance(1.0, 0.10), easeoutquad,
		set(view.stereographic,true);
		tween(view.fisheye, 1.0, distance(1.0, 1.25));
		tween(view.fovmax,  150, distance(179, 1.25));
		);
	</action>

	<action name="littleplanet">
		tween(view.architectural, 0.0, distance(1.0, 0.25), easeoutquad);
		tween(view.fisheye,       0.0 ,distance(1.0, 0.10), easeoutquad,
		set(view.stereographic,true);
		tween(view.fisheye, 1.0, distance(1.0, 0.75));
		tween(view.fov,     130, distance(179, 0.75), easeoutquad, set(view.fovmax,150););
		tween(view.vlookat,  90, distance(179, 0.75), easeoutquad);
		);
	</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>
	
	

	<include url="laboral_1.xml" />

</krpano>

