widgetti / ipyvolume

3d plotting for Python in the Jupyter notebook based on IPython widgets using WebGL
MIT License
1.95k stars 236 forks source link

Creating a new view breaks existing #408

Open agoose77 opened 2 years ago

agoose77 commented 2 years ago
jupyterlab==3.3.2
ipyvolume==0.6.0a10

Here's an example figure that renders successfully:

image

As soon as another view is created e.g. with ipv.show(), both figures (textures) seem to "break"

image

I apologise that I haven't looked in to why this happens - I haven't much time to look at bug reports just at the moment :)