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

/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
H A DTerrainPatch.java86 protected int lodLeft, lodTop, lodRight, lodBottom; // it's neighbour's LODs field in class:TerrainPatch
771 return lodBottom;
774 protected void setLodBottom(int lodBottom) { argument
775 this.lodBottom = lodBottom;

Completed in 94 milliseconds