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

/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/lodcalc/
H A DLodThreshold.java51 public float getLodDistanceThreshold(); method in interface:LodThreshold
H A DSimpleLodThreshold.java87 public float getLodDistanceThreshold() { method in class:SimpleLodThreshold
H A DDistanceLodCalculator.java85 if (distance < getLodDistanceThreshold() * (i + 1)*terrainPatch.getWorldScale().x || i == terrainPatch.getMaxLod()) {
142 protected float getLodDistanceThreshold() { method in class:DistanceLodCalculator

Completed in 97 milliseconds