black or white jit gl.render
Max Patch
Copy patch and select New From Clipboard in Max.
Dear all, I would like to choose white or black content of jit.window via jit.gl.render but i have a stroboscopic effect. Any idea?
it 's beacauce you plu a matrix directly in the window, although the window shows the ob3d render.
if you want to choose black or white: try erase_color attribute on gl.render.
erase_color 0. 0. 0. 1., or erase_color 1. 1. 1. 1.
FRATZEN