crossfading two gl.videoplanes onto a new videoplane.

hthaw's icon

The jit.gl.videoplane-xfade example seems to explain crossfading videoplanes to the master render context - but what if I want to have another slab/videoplane arrangement in between?

Rob Ramirez's icon

please post a patch showing your attempt

hthaw's icon

Alright, it's not much different from the example patch. I'd like to take the two videoplanes and send them to another videoplane.

example.maxpat
Max Patch
Rob Ramirez's icon
Max Patch
Copy patch and select New From Clipboard in Max.

capture them to texture with gl.node, and send that output to the gl.slab.
you must enable @automatic drawing on the two videoplanes to capture.

hthaw's icon

aha, perfect..thank you.

hthaw's icon

what happens in a scenario where the first two video-planes are also receiving GL textures from a node?