jit.world transparent background

Ali Somay's icon

Hey everybody, I would like to export a video of a jitter patch using gl objects and render to a jit world.
Do you have any idea to achieve a transparent background in a video ?
jit.world @erase_color 0 0 0 0 would work ?
When I do this my animation latches in the window.

yaniki's icon

Hello Ali

Render your scene to jit.gl.node - it is possible to set transparent background with this (attribute @erase_color 0. 0. 0. 0. is your friend). And you can capture and export textures from jit.gl.node using several techniques with Max build-in objects or e.g. SyphonRecorder.