Screenshots
First try at rendering intersecting volumes by breaking them up into pieces. Two BooleanXor nodes and one BooleanAnd node create the pieces. Here blending is a problem because each piece blends its result into the default framebuffer, whereas they should really be picking up where the one behind it left off. Then only when all the pieces are done should the results be sent to the screen. |