See: Description
Interface | Description |
---|---|
GL |
This class basically just wraps javax.media.opengl.GL2
and javax.microedition.khronos.opengles.GL11 under the hood
to finding a common smallest denomittor that allows
using OpenGL in both Desktop and Anroid without any
code changes.
|
GLU |
This class provides some of the standard GLU functions.
|
Class | Description |
---|---|
GLShape |
This class represents a primitive geometric shape as a triangulated
surface that can be rendered into an OpenGL context.
|