transferring jit.window contents to new render context
is there a way to copy the contents of one jit.window to another with a different name? or to another jit.gl.render context? r
Heh? The contents of a jit.window are sent there either by jit.gl.render or by plugging a jitter matrix output into it (or even by rendering straight there from QT I think). If you are using a jitter matrix output, just plug it into another jit.window. Maybe post an example patch of what you want to do if I'm misunderstanding you.
You also can capture to named gl.texture and then use this texture in another context. check "capture to a texture" example patch in Max file browser.
t