Processing Forum
javax.media.opengl
Interface GL...
static int
GL_ALPHA_TEST
void
glAlphaFunc(int func, float ref)
Then I look at the reference and I'm lost: where do I find documentation about this "OpenGL library"? No such thing is listed among the core libraries in the Libraries reference
- OpenGL 2 – a new version of the OpenGL library has been implemented, and the old one has been removed. The new library is based on Andres Colubri's Android work (and his experiences developing the GLGraphics library). All the great things from Android have now been back-ported to the desktop version of Processing, so we have a super fast OpenGL library.
- OpenGL is now part of core
That "If" seems to suggest that you may or may not get the error. So what are the conditions that make the error happen and how can I avoid them in the first place?Common problems
IF you get an error that reads “Error: Android Virtual Device 'Processing-Android-7' already exists.”, select “Android SDK & AVD Manager” beneath the Processing “Android” menu, and delete the Processing-Android-7 AVD. It will be automatically re-created the next time you try to run a sketch.
Yeah, exactly, I don't. But how am I supposed to keep the emulator running if I have to delete the virtual device?The emulator stays running, even after you hit stop. This is because it takes a fortnight to launch the emulator. You don't have that kind of time.