now i would like to know how to keep the fov and stuff in sync when blending and zooming and fullscreen...
Hi,
use the KEEPVIEW flag in the loadpano() call,
e.g.
|
Source code
|
1
|
loadpano(pano2.xml, null, MERGE|KEEPVIEW, BLEND(1)); wait(BLEND);
|
moving during blending is currently not possible,
so you could use the - wait(BLEND); - to force keeping the position during blending,
best regards,
Klaus