public class GLBaseTest
extends PApplet
This is a OpenGL Test Class only. It tests 3D Shapes, Lines AmbientLights and Textures. It leaves Processing in 2D and opens a new 3D Window that overrides Processing environment using direct access to JOGL libraries
If this won't work then your Hardware/Driver definitive cannot support openGL
This class is not required as part of build Path in an IDE
This source is free; you can redistribute it and/or modify it under the terms of the GNU General Public License and by nameing of the originally author
Modifier and Type | Field and Description |
---|---|
(package private) GLAdapter |
adapter |
(package private) float |
angleSpeed |
(package private) float |
angleX |
(package private) float |
angleY |
(package private) int |
height |
(package private) PImage |
img |
(package private) int |
width |
Constructor and Description |
---|
GLBaseTest() |
Modifier and Type | Method and Description |
---|---|
void |
draw() |
(package private) void |
drawModel() |
static void |
main(java.lang.String[] args) |
void |
settings() |
void |
setup() |
GLAdapter adapter
PImage img
float angleY
float angleX
float angleSpeed
int width
int height