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

  /external/jmonkeyengine/engine/src/core/com/jme3/scene/
Spatial.java 132 protected transient LightList worldLights;
170 worldLights = new LightList(this);
311 return worldLights;
431 worldLights.update(localLights, null);
435 worldLights.update(localLights, parent.worldLights);
    [all...]
Geometry.java 302 worldLights.sort(true);

Completed in 184 milliseconds