Hi.. I have some code that work well but.. The Blend between panos is a flick, not a nice Merge between the two..
I have tried a few options from this forum but nothing seems to work..
Does anyone have any ideas on adding code to my code to allow for a better Blend between panos.. I need it to go from pano 15 to pano 16...
<action name="step6">
oninterrupt(break);
loadscene(pano15);
lookto(get(panoview.h), get(panoview.v), get(panoview.fov), smooth(100,50,20));
delayedcall(0, step7() );
</action>
Thank you
Destiny..