Help! How to change output window background color??

nightrider's icon

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.

2923.ScreenShot20111117at11.15.35AM.png
png
Wesley Smith's icon

have you tried setting jit.gl.render's @erase_color attribute to 0 0 0 1?

nightrider's icon

that's perfect. thanks so much!!!

nightrider's icon

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??

Wesley Smith's icon

I believe there's a slab for that. tr.edgeblend.jxs. There's an example patch in jitter-examples/render/slab-helpers/transition

nightrider's icon

Thanks Wes!! Much appreciated!!