257258259260261262263264265266267
} } } void read(File f) throws IOException { SceneGraphFileReader r = new SceneGraphFileReader(f); BranchGroup[] bgs = r.readAllBranchGraphs(); for (BranchGroup bg : bgs) { _rootLocale.addBranchGraph(bg); } }