You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This may be a rudimentary question, but I need help.
I have implemented multi-cube and progressive display using marzipano.
The value of tile.z remains unchanged at 0 depending on the screen.
I would like to know if there are any possible reasons why the value of tile.z does not change.
Env
Windows OS
Chrome
About
Progressive display when images are displayed in full screen.
width x height : 1355x667, 1024x768
When the image is opened on the screen, tile.z=0, then tile.z=1
Progressive display does not work when images are displayed in small ranges.
width x height :540x370, 768x576...
When the image is opened on screen, tile.z=0 and not tile.z=1
When the image is enlarged on the screen, the tile.z=1 is loaded at a certain time, and when the image is reduced, the preview image is returned to the display.
This may be a rudimentary question, but I need help.
I have implemented multi-cube and progressive display using marzipano.
The value of tile.z remains unchanged at 0 depending on the screen.
I would like to know if there are any possible reasons why the value of tile.z does not change.
Env
About
Source code I wrote↓
progressive: true
The text was updated successfully, but these errors were encountered: