パッケージ com.jme3.terrain.geomipmap.lodcalc

インタフェースの概要
LodCalculator Calculate the Level of Detail of a terrain patch based on the cameras, or other locations.
LodCalculatorFactory Creates LOD Calculator objects for the terrain patches.
LodThreshold Calculates the LOD value based on where the camera is.
 

クラスの概要
DistanceLodCalculator Calculates the LOD of the terrain based on its distance from the cameras.
LodDistanceCalculatorFactory  
LodPerspectiveCalculatorFactory TODO: Make it work with multiple cameras TODO: Fix the cracks when the lod differences are greater than 1 for two adjacent blocks.
PerspectiveLodCalculator  
SimpleLodThreshold Just multiplies the terrain patch size by 2.