BigDaddy
10-02-2007, 02:41 PM
Is there anyway that you can get the pano to rotate once through the room then fade automatically into another linked pano?
Aifos
10-02-2007, 07:31 PM
maybe this:
onstart="pano.pan=180,5000,,go2pano;pano.disableControls=1"
go2pano="pano.disableControls=0;loadPano(?panoName=mypanona me)"
this will automaticaly pan the pano 180š for 5 seconds, when hotspot plugin is loaded. When the pano ends paning, the new pano loads...
the parameter disableControls is beacause if you donīt set that, when you click on the panorama, the autopresentation ends. Setting "pano.disableControls=0" is to enable controls when when the new pano loads.
you can make it more complex... like an automatic presentation arround the panorama, and finally, load the new pano:
onstart="pano.pan=180,5000,,move2;pano.disableControls=1"
move2="pano.pan=-50,500;pano.tilt=10,500,,move3"
move3="pano.tilt=-90,500,,move4"
move4="pano.tilt=90,500,,go2pano"
go2pano="pano.disableControls=0;loadPano(?panoName=mypanona me)"
i couldnīt find the way to keep the presentation on the next panorama... any idea???
i hope this help you...
cheers;)
jaaaab
10-03-2007, 08:42 AM
to keep orientation between panoramas, have a look at the leash param of the <pano> object ;)
BigDaddy
10-03-2007, 11:29 AM
thanks im going to give that a try. i'll keep you posted:)
vBulletin® v3.7.1, Copyright ©2000-2010, Jelsoft Enterprises Ltd.