Home
last modified time | relevance | path

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

/external/jmonkeyengine/engine/src/tools/jme3tools/optimize/
DGeometryBatchFactory.java319 public static void gatherGeoms(Spatial scene, List<Geometry> geoms) { in gatherGeoms() method in GeometryBatchFactory
323 gatherGeoms(child, geoms); in gatherGeoms()
352 gatherGeoms(scene, geoms); in optimize()
DTextureAtlas.java467 GeometryBatchFactory.gatherGeoms(root, geometries); in createAtlas()
488 GeometryBatchFactory.gatherGeoms(spat, geometries); in makeAtlasBatch()