Hi to all, Hi Klaus
Thanks a lot for your wonderful software. I'm new here and working on the following problem since hours and nights, maybe you can help me:
To look at a certain point in the new pano I edited the skin_hotspotstyle in vtourskin.xml the following way:
onclick="if(linkedscene, set(enabled,false); skin_hidetooltips(); tween(depth|alpha|oy|rx, 4000|0.0|-50|-60, 0.5, default, loadscene(get(linkedscene),null,get(skin_settings.loadscene_flags),get(skin_settings.loadscene_blend));
lookat(get(h), get(v), get(fov));
wait(1);
lookto(get(toH), get(toV), get(tofoV), tween(easeInOutQuart,4)); skin_updatescroll();); looktohotspot(); );"
This works fine if I view the pano in the "normal" mode. If I change to webvr mode, the viewer looks at a certain point in the old pano before tweening to the new pano and continue with the lookto-command. It seems that in VR mode the lookat-command is beeing executed in the old pano(?)
Many thanks for your help...