Hi Klaus,
the action "set3dtransition" has an optional "hlookatoffset" option. It would be nice to also have such an option for the vertical axis. For some panos, we set the "vlookat" attribute of the "view" tag to capture the most important part of the image (e.g. looking upwards to see more of a building from the outside). When the user moves to the next scene (to the inside of the building), we need to correct the vlookat mostly to "0", but it might also need to be set to another specific value depending on the scene.
The same applies to the "fov" value: When the user zooms into a pano and then moves to the next scene, we want to reset the "fov" value of the new scene to a specific value under some circumstances.
Right now, we solve this using a tween starting halfway through the 3d transition. But this doesn't look very nice and sometimes results in a weird bouncing animation. It would be better to call "set3dtransition" with a "vlookatoffset" and a target "fov" that is applied to the new scene before the transition starts.
Thank you and kind regards,
Christian