com.jme.light
Class LightControllerManager

java.lang.Object
  extended by com.jme.light.LightControllerManager

Deprecated.

@Deprecated
public class LightControllerManager
extends java.lang.Object

LightControllerManager
This class should not be used anymore, use Node.sortLights() instead.

Author:
Mark Powell
See Also:
jmetest.util.TestManyLights

Field Summary
(package private) static java.util.ArrayList<LightStateController> controllerList
          Deprecated.  
(package private) static LightManagement lm
          Deprecated.  
 
Constructor Summary
LightControllerManager()
          Deprecated.  
 
Method Summary
static void addController(LightStateController lsc)
          Deprecated.  
static void addLight(Light l)
          Deprecated.  
static void addSpatial(Spatial s)
          Deprecated.  
static void clearLights()
          Deprecated.  
static void clearSpatials()
          Deprecated.  
 LightManagement getLightManagement()
          Deprecated.  
static void removeLight(Light l)
          Deprecated.  
static void removeSpatial(Spatial spatial)
          Deprecated.  
static void reset()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

controllerList

static java.util.ArrayList<LightStateController> controllerList
Deprecated. 

lm

static LightManagement lm
Deprecated. 
Constructor Detail

LightControllerManager

public LightControllerManager()
Deprecated. 
Method Detail

addController

public static void addController(LightStateController lsc)
Deprecated. 

clearSpatials

public static void clearSpatials()
Deprecated. 

clearLights

public static void clearLights()
Deprecated. 

getLightManagement

public LightManagement getLightManagement()
Deprecated. 

addSpatial

public static void addSpatial(Spatial s)
Deprecated. 

addLight

public static void addLight(Light l)
Deprecated. 

removeLight

public static void removeLight(Light l)
Deprecated. 

removeSpatial

public static void removeSpatial(Spatial spatial)
Deprecated. 

reset

public static void reset()
Deprecated.