HomeSort by relevance Sort by last modified time
    Searched refs:getRightLod (Results 1 - 2 of 2) sorted by null

  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
UpdatedTerrainPatch.java 107 protected int getRightLod() {
TerrainPatch.java 238 boolean right = utp.getRightLod() > utp.getNewLod();
243 ib = geomap.writeIndexArrayLodVariable(null, pow, (int) Math.pow(2, utp.getRightLod()), (int) Math.pow(2, utp.getTopLod()), (int) Math.pow(2, utp.getLeftLod()), (int) Math.pow(2, utp.getBottomLod()));
    [all...]

Completed in 41 milliseconds