I've been looking into how viable this is as a performant strategy. If you have non-overlapping areas, then contributions to a single pixel can be made independently (since it is just the sum of contributions). The usual approach (computing coverage and blending into the color) is more constrained, where the operations need to be done in back-to-front order.
mfabbri77|1 year ago
muyyatin2|1 year ago
whenc|1 year ago
dvdkon|1 year ago