processing-android
processing-android copied to clipboard
Implement blendMode() for the default 2D renderer on Android
Issue by processing-bugs
Tuesday May 14, 2013 at 00:16 GMT
Originally opened as https://github.com/processing/processing-android-archive/issues/23
blendMode() is not yet supported on Android, please help us implement it!
Comment by zerocool1989
Monday Aug 19, 2013 at 10:57 GMT
Hi there is any one working on this , if not I would like to start getting involved.
Android Mode 3.0.2 size(640,480); // does not blend size(640,480, P2D); // does blend! including P3D