transparent PImage and PGraphics with rotate()
in
Programming Questions
•
1 year ago
I load a PImage object with a transparent PNG.
Layering transparent PImage objects works really well until you try to rotateY() them to make butterfly wings flap. These boxes appear and really ruin the effect.
If I investigate the pixels[] array of the object the pixels are correctly transparent. Is there something simple I need to be doing to fix this?
Processing 2.0b3, OpenGL
1