Package com.jme3.terrain.geomipmap.lodcalc

Interface Summary
LodCalculator Calculate the Level of Detail of a terrain patch based on the cameras, or other locations.
LodCalculatorFactory Deprecated. phasing this out
LodThreshold Calculates the LOD value based on where the camera is.
 

Class Summary
DistanceLodCalculator Calculates the LOD of the terrain based on its distance from the cameras.
LodDistanceCalculatorFactory Deprecated. phasing out
LodPerspectiveCalculatorFactory Deprecated. phasing out
PerspectiveLodCalculator  
SimpleLodThreshold Just multiplies the terrain patch size by 2.