Searched refs:matToGeom (Results 1 – 1 of 1) sorted by relevance
287 HashMap<Material, List<Geometry>> matToGeom = new HashMap<Material, List<Geometry>>(); in makeBatches() local290 List<Geometry> outList = matToGeom.get(geom.getMaterial()); in makeBatches()293 matToGeom.put(geom.getMaterial(), outList); in makeBatches()299 for (Map.Entry<Material, List<Geometry>> entry : matToGeom.entrySet()) { in makeBatches()