jit.gl.videoplane : basic compositing

Nat's icon

After playing with jitter for several hours, I realize that I suck a lot ;)

Basically, what I want is to be able to play 3 videos using 3 jit.qt.videoplane and to be able to fade any of the videoplanes so that I can see other videos behind it. (similar to having 3 layers in photoshop and setting the opacity for each layer) I tried with blend_enable 1 but it doesn't seem to work. If the videos are on top of each other and I fade, the background will be black. It seems that even though color is at 0. 0. 0. 0., the plane is still opaque in the world.

Any tips ?

Thanks.

Wesley Smith's icon
Rob Ramirez's icon

take a look at:
examples/jitter-examples/render/slab/jit.gl.slab-op3sources.pat

Nat's icon

Thanks so much ! That worked !
If I may ask, what does depth_enable 0 means ?

Nat