Home | History | Annotate | Download | only in asset

Lines Matching defs:lights

480 		int	LIGHTS		= 0x00000010;

504 /** All lights from the file. */
505 private List<Light> lights;
533 if ((featuresToLoad & FeaturesToLoad.LIGHTS) != 0) {
534 lights = new ArrayList<Light>();
609 if (lights != null) {
610 lights.add(light);
663 * This method returns all loaded lights.
664 * @return all loaded lights
667 return lights;