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