HomeSort by relevance Sort by last modified time
    Searched refs:LightControl (Results 1 - 2 of 2) sorted by null

  /external/jmonkeyengine/engine/src/core/com/jme3/scene/
LightNode.java 35 import com.jme3.scene.control.LightControl;
36 import com.jme3.scene.control.LightControl.ControlDirection;
46 private LightControl lightControl;
55 this(name, new LightControl(light));
58 public LightNode(String name, LightControl control) {
61 lightControl = control;
71 lightControl.setEnabled(enabled);
75 return lightControl.isEnabled();
79 lightControl.setControlDir(controlDir)
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/control/
LightControl.java 52 public class LightControl extends AbstractControl {
73 public LightControl() {
79 public LightControl(Light light) {
86 public LightControl(Light light, ControlDirection controlDir) {
169 LightControl control = new LightControl(light, controlDir);

Completed in 1473 milliseconds