first commit

This commit is contained in:
2025-01-06 20:47:25 +01:00
commit 3bdbd78c2f
25591 changed files with 3586440 additions and 0 deletions

View File

@@ -0,0 +1,117 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- for xml compliance -->
<krpano version="1.0.8.14">
<!-- akcja wykonywana na starcie -->
<events onxmlcomplete="onxmlcompleteaction();"/>
<action name="onxmlcompleteaction">
if(autorotate.enabled==false,set(plugin[autorotationOFF].visible,false); set(plugin[autorotationON].visible,true);,set(plugin[autorotationOFF].visible,true); set(plugin[autorotationON].visible,false););
firstloadcompleteaction();
</action>
<action name="playpanosounds">
playbackgroundsound(none);
</action>
<action name="stoppanosounds">
stopbackgroundsound();
</action>
<action name="closepanoobjects">
</action>
<!--************** Panorama *******************************************************************-->
<!-- @File="build0.xml" @PanoName="4-1" @FilePath="F:/WIRTUALNE PANORAMY/Dr Materac/Pano/4-1.tif" -->
<panoview h="15.12" v="0.37" fov="55"/>
<!-- parametry widoku -->
<view fisheye="0" limitview="range" hlookatmin="-180" hlookatmax="180" vlookatmin="-90" vlookatmax="90" maxpixelzoom="1.0" fovmax="75" fov="55" hlookat="15.12" vlookat="0.37"/>
<action name="tweennormalview">
tween(view.hlookat, 15.12, 3, easeInOutQuad);
tween(view.vlookat, 0.37, 3, easeInOutQuad);
tween(view.fov , 55, 3, easeInOutQuad );
tween(view.maxpixelzoom,1.0, 3, easeInOutQuad );
tween(view.fisheye, 0.0, 3, easeInOutQuad, WAIT);
set(display.flash10, on);
set(view.limitview , range);
set(view.vlookatmin, -90);
set(view.vlookatmax, 90);
set(view.hlookatmin, -180);
set(view.hlookatmax, 180);
set(view.maxpixelzoom, 1.0);
set(view.fovmax , 75);
</action>
<progress showload="none" showwait="none"/>
<autorotate horizon="0.37" tofov="55" waittime="1" speed="5"/>
<!-- obraz podglądu -->
<preview url="builddata/build0/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" details="16"/>
<!-- aktualnej panoramy -->
<image type="CUBE" multires="true" tilesize="960" baseindex="0">
<level tiledimagewidth="3840" tiledimageheight="3840">
<left url="builddata/build0/3/2/%v_%u.jpg"/>
<front url="builddata/build0/0/2/%v_%u.jpg"/>
<right url="builddata/build0/1/2/%v_%u.jpg"/>
<back url="builddata/build0/2/2/%v_%u.jpg"/>
<up url="builddata/build0/4/2/%v_%u.jpg"/>
<down url="builddata/build0/5/2/%v_%u.jpg"/>
</level>
<level tiledimagewidth="1920" tiledimageheight="1920">
<left url="builddata/build0/3/1/%v_%u.jpg"/>
<front url="builddata/build0/0/1/%v_%u.jpg"/>
<right url="builddata/build0/1/1/%v_%u.jpg"/>
<back url="builddata/build0/2/1/%v_%u.jpg"/>
<up url="builddata/build0/4/1/%v_%u.jpg"/>
<down url="builddata/build0/5/1/%v_%u.jpg"/>
</level>
<level tiledimagewidth="960" tiledimageheight="960">
<left url="builddata/build0/3/0/%v_%u.jpg"/>
<front url="builddata/build0/0/0/%v_%u.jpg"/>
<right url="builddata/build0/1/0/%v_%u.jpg"/>
<back url="builddata/build0/2/0/%v_%u.jpg"/>
<up url="builddata/build0/4/0/%v_%u.jpg"/>
<down url="builddata/build0/5/0/%v_%u.jpg"/>
</level>
<!-- mobile phone / iphone images -->
<mobile>
<left url="builddata/build0/3/mobile_face.jpg"/>
<front url="builddata/build0/0/mobile_face.jpg"/>
<right url="builddata/build0/1/mobile_face.jpg"/>
<back url="builddata/build0/2/mobile_face.jpg"/>
<up url="builddata/build0/4/mobile_face.jpg"/>
<down url="builddata/build0/5/mobile_face.jpg"/>
</mobile>
<!-- tablet pc / ipad images -->
<tablet>
<left url="builddata/build0/3/tablet_face.jpg"/>
<front url="builddata/build0/0/tablet_face.jpg"/>
<right url="builddata/build0/1/tablet_face.jpg"/>
<back url="builddata/build0/2/tablet_face.jpg"/>
<up url="builddata/build0/4/tablet_face.jpg"/>
<down url="builddata/build0/5/tablet_face.jpg"/>
</tablet>
</image>
<!--************** Hotspoty i Flary ***********************************************************-->
<hotspot name="spot0" onclick="closeallobjects();set(plugin[spot0object].visible,true);tween(plugin[spot0object].alpha, 1);" url="builddata/graphics/spots/spot0.png" ath="164.719" atv="1.56215"/>
<plugin name="spot0object" visible="false" url="builddata/graphics/spots/object0.jpg" align="center" alpha="0" onclick="closespot0object();"/>
<action name="closespot0object">
if(plugin[spot0object].visible,
tween(plugin[spot0object].alpha, 0);
delayedcall(0.5,set(plugin[spot0object].visible,false));
);
</action>
<hotspot name="spot1" onclick="closeallobjects();set(plugin[spot1object].visible,true);tween(plugin[spot1object].alpha, 1);" url="builddata/graphics/spots/spot0.png" ath="-105.482" atv="12.3988"/>
<plugin name="spot1object" visible="false" url="builddata/graphics/spots/object1.jpg" align="center" alpha="0" onclick="closespot1object();"/>
<action name="closespot1object">
if(plugin[spot1object].visible,
tween(plugin[spot1object].alpha, 0);
delayedcall(0.5,set(plugin[spot1object].visible,false));
);
</action>
<action name="hidepanospotsaction">
set(hotspot[spot0].visible, false);
set(hotspot[spot1].visible, false);
</action>
<action name="showpanospotsaction">
set(hotspot[spot0].visible, true);
set(hotspot[spot1].visible, true);
</action>
<!-- zamknij wszystkie Hotspoty -->
<action name="closeallobjects">
closespot0object();
closespot1object();
</action>
</krpano>