-
Notifications
You must be signed in to change notification settings - Fork 0
/
pano.xml
35 lines (26 loc) · 861 Bytes
/
pano.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<krpano version="1.18">
<!-- the skin -->
<include url="skin/defaultskin.xml" />
<!-- view settings -->
<view hlookat="120" vlookat="0" maxpixelzoom="1.0" fovmax="150" limitview="auto" />
<preview url="pano.tiles/preview.jpg" />
<image type="CUBE" multires="true" tilesize="512">
<level tiledimagewidth="652" tiledimageheight="652">
<cube url="pano.tiles/mres_%s/l1/%v/l1_%s_%v_%h.jpg" />
</level>
<mobile>
<cube url="pano.tiles/mobile_%s.jpg" />
</mobile>
</image>
<hotspot name="spot2" url="assets/img/ring.png" ath=" 74.6844" atv=" 0.3681" scale="0.6" zoom="true"
alpha="0.3"
onover="tween(alpha,1);tween(scale,1);"
onout="tween(alpha,0.3);tween(scale,0.6);"
onclick="fl"
/>
<action name="fl" type="Javascript">
<![CDATA[
launchFeatherlight();
]]>
</action>
</krpano>