Home | History | Annotate | Download | only in light

Lines Matching defs:lights

43  * lights that are attached to them.
191 * There are two reasons why lights should be resorted.
192 * First, if the lights have moved, that means their distance to
195 * the individual lights might have changed.
237 // add the lights from the local list
244 // if the spatial has a parent node, add the lights
310 ArrayList<Light> lights = new ArrayList<Light>();
312 lights.add(list[i]);
314 oc.writeSavableArrayList(lights, "lights", null);
321 List<Light> lights = ic.readSavableArrayList("lights", null);
322 listSize = lights.size();
330 list[i] = lights.get(i);