Home | History | Annotate | Download | only in asset

Lines Matching refs:SCENES

474 		int	SCENES		= 0x0000FFFF;

492 /** The scenes from the file. */
493 private List<Node> scenes;
494 /** Objects from all scenes. */
515 if ((featuresToLoad & FeaturesToLoad.SCENES) != 0) {
516 scenes = new ArrayList<Node>();
553 if (scenes != null) {
554 scenes.add(scene);
615 * This method returns all loaded scenes.
616 * @return all loaded scenes
619 return scenes;