Home
last modified time | relevance | path

Searched defs:bottomLod (Results 1 – 2 of 2) sorted by relevance

/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
DUpdatedTerrainPatch.java50 private int rightLod,topLod,leftLod,bottomLod; field in UpdatedTerrainPatch
142 protected void setBottomLod(int bottomLod) { in setBottomLod()
DLODGeomap.java84 …e, boolean center, int lod, boolean rightLod, boolean topLod, boolean leftLod, boolean bottomLod) { in createMesh()
155 …f(IntBuffer store, int lod, boolean rightLod, boolean topLod, boolean leftLod, boolean bottomLod) { in writeIndexArrayLodDiff()
358 …xArrayLodVariable(IntBuffer store, int lod, int rightLod, int topLod, int leftLod, int bottomLod) { in writeIndexArrayLodVariable()