ID:2005254
 
Applies to:DM Language
Status: Open

Issue hasn't been assigned a status value.
Being able to nest planes and draw each plane more than once would be extremely convenient for creating complex rendering setups, although it'll make the rendering code slightly convoluted. This would theoretically allow for mostly hack-free lighting setups.

Edit: I'm referring to plane masters here.
I'm a simple man, I see lighting setups, I +1
Can you give me an example of what you mean?
In response to Lummox JR
Lummox JR wrote:
Can you give me an example of what you mean?

Plane 1: lighting
Plane 2: diffuse (the normal view)
Plane 3: (lighting - 0.5) * 2 (easily achieved via a color matrix) * diffuse
Plane 4: (lighting * 2) (via color matrix, capped) * diffuse + plane 3


Bam, 2x mult blend on plane 4. Overly complicated, but hey