-
Notifications
You must be signed in to change notification settings - Fork 1k
Description
I noticed that when I have pinFirstLevel: false that the panorama image I switch to is loaded while the transition occurs. The loading process of the image is causing the webpage to freeze, interrupting the transition. Once the image is loaded the transition is trying to catch up, making the transition seem almost complete instantly and looking very unsmooth and buggy.
The same problem exists when I add a low resolution preview and a high resolution level (and put pinFirstLevel to true). Then the preview images are loaded on startup and the high resolution image is loaded lagging the transition to the scene.
I am currently using equirectangular panorama image. Would this be the cause because the images are large ones and need to be loaded in its entirety? I feel like this issue is related to this one. Would using cube maps instead fix the issue for good?