Home
last modified time | relevance | path

Searched refs:makeBatches (Results 1 – 2 of 2) sorted by relevance

/external/jmonkeyengine/engine/src/tools/jme3tools/optimize/
DGeometryBatchFactory.java276 public static List<Geometry> makeBatches(Collection<Geometry> geometries) { in makeBatches() method in GeometryBatchFactory
277 return makeBatches(geometries, false); in makeBatches()
285 public static List<Geometry> makeBatches(Collection<Geometry> geometries, boolean useLods) { in makeBatches() method in GeometryBatchFactory
354 List<Geometry> batchedGeoms = makeBatches(geoms, useLods); in optimize()
DOctnode.java178 List<Geometry> myOptimizedList = GeometryBatchFactory.makeBatches(geomsColl); in createFastOctnode()