Searched refs:fixNormalEdges (Results 1 - 3 of 3) sorted by relevance

/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
H A DTerrainQuad.java179 fixNormalEdges(affectedAreaBBox);
197 fixNormalEdges(affectedAreaBBox);
269 fixNormalEdges(affectedAreaBBox); // the edges between the patches
1596 protected void fixNormalEdges(BoundingBox affectedArea) { method in class:TerrainQuad
1604 ((TerrainQuad) child).fixNormalEdges(affectedArea);
1627 tp.fixNormalEdges(right, bottom, top, left, bottomRight, bottomLeft, topRight, topLeft);
H A DTerrainGrid.java359 tq.fixNormalEdges(new BoundingBox(tq.getWorldTranslation(), totalSize*2, Float.MAX_VALUE, totalSize*2));
H A DTerrainPatch.java352 protected void fixNormalEdges(TerrainPatch right, method in class:TerrainPatch

Completed in 29 milliseconds