Searched defs:gatherGeoms (Results 1 - 1 of 1) sorted by relevance

/external/jmonkeyengine/engine/src/tools/jme3tools/optimize/
H A DGeometryBatchFactory.java319 public static void gatherGeoms(Spatial scene, List<Geometry> geoms) { method in class:GeometryBatchFactory
323 gatherGeoms(child, geoms);
352 gatherGeoms(scene, geoms);

Completed in 86 milliseconds