jit.gl.videoplane to jit.gl.nurbs
hello,
i am doing a realtime animation with jitter.
I am using 4 jit.qt.movie that are going to 4 jit.gl.videoplane with @layer 1, @layer 2, etc...
the layer order is really important..
Is there a way to send the result of these 4 jit.gl.videoplane to a single jit.gl.nurbs without using jit.gl.asyncread?
I know i can use 4 differents jit.gl.nurbs with @layer instead of the videoplane but i would love to know if its possible that way as well.
merci
up!