Order independent transparency: Difference between revisions

No edit summary
Line 8: Line 8:


This builds upon additive transparency with two buffers:
This builds upon additive transparency with two buffers:
1. Accum buffer: weighted average of all premultiplied-alpha RGB colors.
# Accum buffer: weighted average of all premultiplied-alpha RGB colors.
2. Revealage buffer: buffer representing how much of the opaque background is visible through the transparent layers.
# Revealage buffer: buffer representing how much of the opaque background is visible through the transparent layers.


==Dual Depth Peeling==
==Dual Depth Peeling==