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
The ipyvolume viewer currently exposes four geometry options: box, diamond, sphere, and circle_2d. I assume that circle_2d is supposed to draw a flat circle like what we have in the vispy scatter viewer, but it doesn't currently work:
I tried fixing the bad reference mentioned in widgetti/ipyvolume#317 (comment) (the variable name has changed, but the issue is essentially the same). While that fixed the issue with the shader compilation, the circles still don't show, so there must be more to the problem.
The text was updated successfully, but these errors were encountered:
The ipyvolume viewer currently exposes four geometry options: box, diamond, sphere, and circle_2d. I assume that circle_2d is supposed to draw a flat circle like what we have in the vispy scatter viewer, but it doesn't currently work:
ipyvolume-circle-2d.mp4
I believe the cause is widgetti/ipyvolume#317.
I tried fixing the bad reference mentioned in widgetti/ipyvolume#317 (comment) (the variable name has changed, but the issue is essentially the same). While that fixed the issue with the shader compilation, the circles still don't show, so there must be more to the problem.
The text was updated successfully, but these errors were encountered: