MakieOrg / Makie.jl

Interactive data visualizations and plotting in Julia
https://docs.makie.org/stable
MIT License
2.38k stars 302 forks source link

Depth Peeling #471

Open ffreyer opened 4 years ago

ffreyer commented 4 years ago

Depth peeling might be an interesting algorithm for better transparency.

Here's the original (I think) paper: http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.18.9286&rep=rep1&type=pdf

Some more papers are listed here and here. Might be interesting to look at these later, for better performance/results.

SimonDanisch commented 2 years ago

I do prefer https://github.com/JuliaPlots/Makie.jl/issues/1390 and we already have half the code for it

ffreyer commented 2 years ago

1390 would be easier to do, but I think depth peeling would still be good to have eventually. There is also an implementation for depth peeling in Glimps.jl