Home
last modified time | relevance | path

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

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