Hello!
>The pano began with an auto-rotate which I understand how to control.
>Part way through the presentation the pano's tilt automatically changed
>and went up to a specified spot in the pano then rotated some more,
>then the tilt changed downwards and rotated until completion. How are
>these parameters for changes in tilt midway rotation being implemented?
You can do these chages of views via some script parameter if you use
the free Javaviewer of the Panorama Tools.
Have a look at the sourcecode of
http://www.essen-360grad.de/_essen/_aktionen/pfingst1.htm
for example.
You will find some lines as
moveFromTo(-25,-25,43,42.99,60,60,10);waitWhilePanning();
moveTo(-70,2,86,115);waitWhilePanning();
"move from to" describes seven values ( start-panangle, stop-panangle,
start-tilt, stop-tilt, start-field-of-view, stop-field-of-view, number
-of-frames ), it moves from start-location to stop-location using a
specified number of frames
"waitWhilePanning" stops all other automatic actions.
"moveTo" describes four values (stop-panangle, stop-tilt,
stop-field-of-view, number -of-frames ) , it moves from a current
location to stop-location using a specified number of frames.
The specified number of frames is a main source for trouble, as
different computers compute these frames with different speed. And so
the speed of the "camera-movement" will differ between different
computers.
BTW: You should consider to discuss such topics in the new
Panorama-Tools-Mailing-List at Yahoo (email@hidden) as it
is here slightly off topic.
Tom!
Kugelpanorama-Schulungen: http://www.kugelbild.de
_______________________________________________
quicktime-vr mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/quicktime-vr
Do not post admin requests to the list. They will be ignored.