Order independent transparency: Difference between revisions
No edit summary |
|||
Line 10: | Line 10: | ||
# Accum buffer: weighted average of all premultiplied-alpha RGB colors. | # Accum buffer: weighted average of all premultiplied-alpha RGB colors. | ||
# 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. | ||
==Depth Peeling== | |||
Do several render passes. In each render pass, set a range of z values from back to front and render only z values within the threshold for each render pass. | |||
==Dual Depth Peeling== | ==Dual Depth Peeling== |