move PConstants around a bit, add annotations for overrides, cleaning up unapproved PShape additions

This commit is contained in:
benfry
2012-09-01 18:05:24 +00:00
parent 46e2e90ede
commit 232390c02c
21 changed files with 753 additions and 462 deletions

View File

@@ -58,7 +58,10 @@ import com.jogamp.opengl.util.AnimatorBase;
/**
* Processing-OpenGL abstraction layer.
*
* Warnings are suppressed for static access because presumably on Android,
* the GL2 vs GL distinctions are necessary, whereas on desktop they are not.
*/
@SuppressWarnings("static-access")
public class PGL {
// The two windowing toolkits available to use in JOGL:
protected static final int AWT = 0; // http://jogamp.org/wiki/index.php/Using_JOGL_in_AWT_SWT_and_Swing