Home
last modified time | relevance | path

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

/external/jmonkeyengine/engine/src/core/com/jme3/scene/
DBatchNode.java228 private void gatherGeomerties(Map<Material, List<Geometry>> map, Spatial n, boolean rebatch) { in gatherGeomerties() argument
234 if (!g.isBatched() || rebatch) { in gatherGeomerties()
253 gatherGeomerties(map, child, rebatch); in gatherGeomerties()