OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fixNormalEdges
(Results
1 - 3
of
3
) sorted by null
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
TerrainQuad.java
179
fixNormalEdges
(affectedAreaBBox);
197
fixNormalEdges
(affectedAreaBBox);
269
fixNormalEdges
(affectedAreaBBox); // the edges between the patches
[
all
...]
TerrainGrid.java
359
tq.
fixNormalEdges
(new BoundingBox(tq.getWorldTranslation(), totalSize*2, Float.MAX_VALUE, totalSize*2));
TerrainPatch.java
352
protected void
fixNormalEdges
(TerrainPatch right,
[
all
...]
Completed in 60 milliseconds