Hi
I have a multiresolution scene with multiple frames which I need to switch between
The format string looks like this, frame number goes first under %f specifier:
<cube url="panos/s0p2h60mt1.tiles/%f/%s/l%l/%0v/l%l_%s_%0v_%0h.jpg" multires="512,1024,1792,3584,7168" />
The issue is when I switch between frames krpano at first loads the same multires level it had already loaded but then in a fraction of second it switches to level 1, so the image gets blurry. If I switch back do 1st frame, the image still remains blurred.
But variable krpano.multireslevel contains level number for the level displayed before image blurred out
Seems like a bug, can it be fixed?