Sie sind nicht angemeldet.

virtual pete

Fortgeschrittener

  • »virtual pete« ist der Autor dieses Themas

Beiträge: 245

Wohnort: Nerja

Beruf: Holiday rentals Nerja Costa del Sol

  • Nachricht senden

1

Donnerstag, 28. November 2013, 13:46

Next scene suto transition

Hi, I am an easypano defector and need to re-create the auto transition between scenes as well as have them auto rotate at a given speed. Can anyone point me in the right direction as to where I can find the xml attributes for this?

Many thanks in anticipation

virtual pete

Fortgeschrittener

  • »virtual pete« ist der Autor dieses Themas

Beiträge: 245

Wohnort: Nerja

Beruf: Holiday rentals Nerja Costa del Sol

  • Nachricht senden

2

Dienstag, 3. Dezember 2013, 12:24

Any ideas as I am struggling with this ???

view360

Anfänger

Beiträge: 25

Wohnort: Chennai

Beruf: Virtual Tour Photographer

  • Nachricht senden

3

Dienstag, 3. Dezember 2013, 12:58

Hi,

I found this script from "billijones" - Real Estate pano's - post

Zitat

<krpano version="1.16" onstart="bombtimer(0); startup();">

<action name="startup">
if(startscene === null, copy(startscene,scene[0].name));
loadscene(get(startscene), null, MERGE);
</action>

<action name="bombtimer">
set(bt,%1);
add(bt,1);
delayedcall(1, bombtimer(get(bt)));
if(bt == 42, set(bt,0); nextscene();, );
</action>

<action name="nextscene">
set(ns, get(scene[get(xml.scene)].index) );
set(maxs, get(scene.count) );
add(ns,1);
if(ns == maxs, set(ns,0);, );
loadscene( get(scene[get(ns)].name ), null, MERGE, BLEND(1.5) );
</action>

<autorotate enabled="true" waittime=".5" accel="5.0" speed="8.2" horizon="0.0" tofov="off"/>


thanks "Billijones",

virtual pete

Fortgeschrittener

  • »virtual pete« ist der Autor dieses Themas

Beiträge: 245

Wohnort: Nerja

Beruf: Holiday rentals Nerja Costa del Sol

  • Nachricht senden

4

Dienstag, 3. Dezember 2013, 18:53

Thanks for this view360, that works a treat :)

Kind regards.
Pete