this module implements frame blending. the output
will be (1-opacity
) x
input
+ opacity
x back
.
you can use this together with feedback connectors to implement
exponentially weighted averages or framebuffers for monte carlo integration
with a known sample count.
input
one input bufferback
the other input bufferoutput
the blended output
opacity
the blend weight between the two input buffers