Blender Git Commit Log
Git Commits -> Revision 1af42b7
Revision 1af42b7 by Antonio Vazquez (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) June 30, 2017, 12:41 (GMT) |
Minimize Alpha stroke issue Here we need is OIT (Order Independant Transparency) which is still an open issue in the realtime field (and also for Eevee). The best OIT method I know of is somewhat complex and not very precise (still not 1:1 with the ordered version). It involves more framebuffers and performance cost. I may need to implement that in the draw manager in the future so that all engines can use it. Thanks to Clement Foucault for the support provided. |
Commit Details:
Full Hash: 1af42b70d13dc3d19d75609f96606cc768effe39
Parent Commit: 4e17d10
Lines Changed: +30, -1