HomeSort by relevance Sort by last modified time
    Searched refs:makeBatches (Results 1 - 2 of 2) sorted by null

  /external/jmonkeyengine/engine/src/tools/jme3tools/optimize/
GeometryBatchFactory.java 276 public static List<Geometry> makeBatches(Collection<Geometry> geometries) {
277 return makeBatches(geometries, false);
285 public static List<Geometry> makeBatches(Collection<Geometry> geometries, boolean useLods) {
354 List<Geometry> batchedGeoms = makeBatches(geoms, useLods);
Octnode.java 178 List<Geometry> myOptimizedList = GeometryBatchFactory.makeBatches(geomsColl);

Completed in 971 milliseconds