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

  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
UpdatedTerrainPatch.java 88 protected int getNewLod() {
TerrainPatch.java 235 int pow = (int) Math.pow(2, utp.getNewLod());
236 boolean left = utp.getLeftLod() > utp.getNewLod();
237 boolean top = utp.getTopLod() > utp.getNewLod();
238 boolean right = utp.getRightLod() > utp.getNewLod();
239 boolean bottom = utp.getBottomLod() > utp.getNewLod();
    [all...]
TerrainQuad.java 545 utp.setRightLod(utpR.getNewLod());
546 utpR.setLeftLod(utp.getNewLod());
555 utp.setBottomLod(utpD.getNewLod());
556 utpD.setTopLod(utp.getNewLod());
    [all...]

Completed in 51 milliseconds