We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
Page Index Toggle Pages: 1
Off-screen draw calls (Read 628 times)
Off-screen draw calls
Aug 27th, 2006, 11:19pm
 
Hey there,

It would be nice if we could specify that all our subsequent draw calls go to an off-screen PImage.  Something like:

renderTarget( myImage );
noRenderTarget();

Thanks!

Re: Off-screen draw calls
Reply #1 - Aug 29th, 2006, 11:51am
 
You can do that, but with PGraphics not PImage.

If you do a search for createGraphics and/or PGraphics in the forum, you should find lots of threads that will help you.
Re: Off-screen draw calls
Reply #2 - Aug 30th, 2006, 5:33am
 
Thanks JohnG, I'll check it out.
Page Index Toggle Pages: 1