er, shite, my psuedo code meant to have [pix_separator] rather than [separator] in there. Sorry. its 2:30 am here on the east coast and I really ought to be alseep :)

    
iohannes is 100% correct. (separator is used later in the patch to shoot different translates/rotates/ to different final output geometry)


v a d e //

http://homepage.mac.com/doktorp/
doktorp@mac.com

On Jul 14, 2005, at 2:27 AM, IOhannes m zmoelnig wrote:

vade wrote:

Ive created a patch and framework that allow one to dynamically route
pix data to various pix objects. I havent used it extensively, but it
essentially goes like:

[gemhead]
|
[pix_film]
|
[send13 movie1]

... some effect module:


[someOtherPixSource(
|  [movie 1(
|/
[recieve13]
|
[separator]
|


btw, you only need [separator] if you are doing something with openGL in
the sub-lists: [separator] pushes the openGL stack before executing the
sub-list and pops it after it has finished.
if you are only doing pix-manipulations, then the [separator] will have
no benefit.

but of course this depends on your entire patch.


mfg.asd.r
IOhannes