Help! How to change output window background color??
I would like to change the final jitter window to have a black background instead of white....??
I think the default is normally grey. I'm doing some XYZ movement and would like it to be black so that it doesn't show when using a projector, only the image that has colors others than black.
have you tried setting jit.gl.render's @erase_color attribute to 0 0 0 1?
that's perfect. thanks so much!!!
Wes - I'm wondering if it's possible to put a feathered edge along the pane so that it blends in the black background of the window??
I believe there's a slab for that. tr.edgeblend.jxs. There's an example patch in jitter-examples/render/slab-helpers/transition
Thanks Wes!! Much appreciated!!