glcanvas
Class Lighting

java.lang.Object
  extended by glcanvas.Lighting

public class Lighting
extends java.lang.Object


Field Summary
static float[] AL
           
static float LIGHT_POS
           
 
Constructor Summary
Lighting()
           
 
Method Summary
static void setupLighting(javax.media.opengl.GL gl, int lightSource)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AL

public static final float[] AL

LIGHT_POS

public static final float LIGHT_POS
See Also:
Constant Field Values
Constructor Detail

Lighting

public Lighting()
Method Detail

setupLighting

public static void setupLighting(javax.media.opengl.GL gl,
                                 int lightSource)