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
Currently only a single resolution is used for the entire viewer. This makes sense for the vispy viewer, which only has a single viewer-wide resolution, but the ipyvolume viewer allows setting max_resolution for each layer. We should update the exporter to allow setting the resolution layer-by-layer. Currently we take the maximum of the resolutions of all of the exported layers.
The text was updated successfully, but these errors were encountered:
Currently only a single resolution is used for the entire viewer. This makes sense for the vispy viewer, which only has a single viewer-wide resolution, but the ipyvolume viewer allows setting
max_resolution
for each layer. We should update the exporter to allow setting the resolution layer-by-layer. Currently we take the maximum of the resolutions of all of the exported layers.The text was updated successfully, but these errors were encountered: