OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getLodDistanceThreshold
(Results
1 - 3
of
3
) sorted by null
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/lodcalc/
LodThreshold.java
51
public float
getLodDistanceThreshold
();
SimpleLodThreshold.java
87
public float
getLodDistanceThreshold
() {
DistanceLodCalculator.java
85
if (distance <
getLodDistanceThreshold
() * (i + 1)*terrainPatch.getWorldScale().x || i == terrainPatch.getMaxLod()) {
142
protected float
getLodDistanceThreshold
() {
Completed in 26 milliseconds