Tuesday, January 8, 2013

Transparency Layer Check

I double checked my settings on the transparency layer as well.  Turns out the original alpha still muddies up the transparent areas despite the line of sight estimation.  I fixed this by using the same equation as the opaque layer to remap the initial alpha values prior to running the alpha calculation code (new_alpha = (old_alpha)^4).
Initial alpha results.
Remapped alpha results.


No comments:

Post a Comment