Searched refs:localLights (Results 1 – 1 of 1) sorted by relevance
131 protected LightList localLights; field in Spatial169 localLights = new LightList(this); in Spatial()300 return localLights; in getLocalLightList()431 worldLights.update(localLights, null); in updateWorldLightList()435 worldLights.update(localLights, parent.worldLights); in updateWorldLightList()913 localLights.add(light); in addLight()924 localLights.remove(light); in removeLight()1125 clone.localLights = localLights.clone(); in clone()1128 clone.localLights.setOwner(clone); in clone()1266 capsule.write(localLights, "lights", null); in write()[all …]