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
When I create a 3d scatter plot of points with alpha<1 (can be 0.99), there are perspectives from which background points are shown in front of foreground points (see screenshot, generated with code below; note that all spheres have the same size, so the larger one should be in the foreground). Switching to alpha = 1 fixes the problem, but that prevents me from using alpha.
It's well know limitations in 3d graphics called "order independent transparency". There is couple techniques to solved it. I have it already in k3dpro version (non open-source one) and it seems to be stable. I used depth peels method.
Thanks for that issue. Please obseve tasks with label "order independent transparency" here.
When I create a 3d scatter plot of points with alpha<1 (can be 0.99), there are perspectives from which background points are shown in front of foreground points (see screenshot, generated with code below; note that all spheres have the same size, so the larger one should be in the foreground). Switching to alpha = 1 fixes the problem, but that prevents me from using alpha.
python and js version: 2.14.5
Client: mac firefox
Server: ubuntu linux
The text was updated successfully, but these errors were encountered: