Package glapp

Class Summary
GLApp Collection of functions to init and run an OpenGL app using LWJGL.
GLCam Change the position and orientation of a GLCamera based on input keys.
GLCamera Camera class by Philipp Crocoll at CodeColony (codecolony.de).
GLFont GLFont uses the Java Font class to create character sets and render text.
GLImage Loads an image from file, stores pixels as ARGB int array, and RGBA ByteBuffer for use in OpenGL.
GLLine GLLine creates a quad-strip line from a series of points.
GLShadowOnPlane A simple shadow technique casts a transparent shadow onto a floor surface (or other planar surface).