org.jzy3d.plot3d.rendering.lights
Class LightSwitch

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

public class LightSwitch
extends java.lang.Object


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

Constructor Detail

LightSwitch

public LightSwitch()
Method Detail

enable

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

disable

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