Konkret würde mich interessieren wie ich z.b. durch anklicken des hotospots auf den jeweiligen step springen kann...siehe quellcode
Habe mir einige Beispiele angesehen, diese wurden offensichtlicvh gleich umgestetzt, jedoch kommt es immer wieder vor, dass wenn man sich einige
Szenen manuell durchklickt, plötzlich auf andere hotspots bzw. steps zugegriffen wird ?!
<action name="setuptour">
set(step,1);
set(idletime,8);
set(events.onidle, autotour() );
</action>
<action name="continuetour">
set(idletime,8);
set(events.onidle, autotour() );
</action>
<action name="autotour">
oninterrupt(break);
if(step == 1, looktohotspot(eingangstuer, auto, smooth(50,100,100)); inc(step); );
if(step == 2, loadscene(gaststube,null,KEEPBASE,BLEND(2)); inc(step); );
if(step == 3, lookat (20.76,1.79,90);wait(LOAD);oninterrupt(break);wait(1); lookto(-183,1.79,90,smooth(10,20,10), false); inc(step); );
if(step == 4, looktohotspot(kletterhalle, auto, smooth(50,100,100)); inc(step); ); .......
......<include url="skin/defaultskin.xml" />
<plugin name="options" url="http://www.virtualpanos.net/krpano/options.swf"/>
<plugin name="editor" url="http://www.virtualpanos.net/krpano/editor.swf"/>
<view hlookat ="-100" vlookat ="-12" camroll ="0.000000" fovtype ="VFOV" fov ="90" fovmin ="46.355547" fovmax ="100" maxpixelzoom ="1.000000" limitfov ="true" fisheye ="0.00" fisheyefovlink="0.50" stereographic ="false" pannini ="false" architectural ="1.0" architecturalonlymiddle="false" limitview ="auto" hlookatmin ="NaN" hlookatmax ="NaN" vlookatmin ="NaN" vlookatmax ="NaN" />
<display details="22" />
<hotspot name="eingangstuer" url="http://www.virtualpanos.net/krpano/hotspot_ani_white.swf" keep="false" ath="-62.15993541457246" atv="-4.086781679401024" zoom="false" distorted="false" details="8" flying="0" width="69" height="69" scale="1" scale9grid="" scalechildren="false" rotate="0" rx="0" ry="0" rz="0" edge="center" ox="" oy="" crop="" ondowncrop="" onovercrop="" visible="true" enabled="true" usecontentsize="false" handcursor="true" capture="true" children="true" zorder="0" alpha="1.00" blendmode="normal" effect="" smoothing="true" refreshrate="auto" onloaded="" onover="" onhover="" onout="" ondown="" onup="" onclick="looktohotspot(eingangstuer, auto, smooth(50,100,100));loadscene(gaststube,null,KEEPBASE,BLEND(2));lookat (20.76,1.79,90);wait(LOAD);oninterrupt(break);wait(1); lookto(-183,1.79,90,smooth(10,20,10), false);set(step,4);" devices="all" />
<preview type="CUBESTRIP" url="vor_jaegerhof.tiles/preview.jpg" />
<image type="CUBE" multires="true" tilesize="503">
<level tiledimagewidth="2012" tiledimageheight="2012">
<left url="vor_jaegerhof.tiles/l2_l_%0v_%0h.jpg" />
<front url="vor_jaegerhof.tiles/l2_f_%0v_%0h.jpg" />
<right url="vor_jaegerhof.tiles/l2_r_%0v_%0h.jpg" />
......