My first attempt at creating a pano/tour:
http://outridercreative.com/development/pano/
I added an action to onstart:
|
Source code
|
1
2
3
|
oninterrupt(break);
wait(2);
lookto(-52,12,80,smooth(60,60,60));
|
...but when the browser pans across the scene, I see "hiccups" or skips. It is not smooth. The same problem happens when you click the link to the next pano (which is actually the same pano.)
I added this code, but it does not help:
|
Source code
|
1
|
<display movequality="LOW" stillquality="HIGHSHARP" />
|
Can you please help me smooth out these transitions?