org.jzy3d.plot3d.rendering.lights
Class LightSwitch

java.lang.Object
  extended by org.jzy3d.plot3d.rendering.lights.LightSwitch

public class LightSwitch
extends Object


Constructor Summary
LightSwitch()
           
 
Method Summary
static void disable(javax.media.opengl.GL2 gl, int lightId)
           
static void enable(javax.media.opengl.GL2 gl, int lightId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LightSwitch

public LightSwitch()
Method Detail

enable

public static void enable(javax.media.opengl.GL2 gl,
                          int lightId)

disable

public static void disable(javax.media.opengl.GL2 gl,
                           int lightId)