@pxt wrote:
Hello!
im trying to render a video with transparent alpha, to incrust in other video, just like this:its possible using FBO?
im doing something like this:
pseudocode
fbo.begin(); ofClearColor(0,0,0,0); // ? shader.begin(); ofSphere(); shader.end(); fbo.end();
Posts: 1
Participants: 1