OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bottomNeighbour
(Results
1 - 2
of
2
) sorted by null
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
TerrainQuad.java
524
patch.
bottomNeighbour
= findDownPatch(patch);
530
TerrainPatch down = patch.
bottomNeighbour
;
600
patch.
bottomNeighbour
= findDownPatch(patch);
606
TerrainPatch down = patch.
bottomNeighbour
;
[
all
...]
TerrainPatch.java
106
protected TerrainPatch leftNeighbour, topNeighbour, rightNeighbour,
bottomNeighbour
;
[
all
...]
Completed in 76 milliseconds