com.jme3.terrain.geomipmap
Class TerrainLodControl.UpdateLOD
java.lang.Object
com.jme3.terrain.geomipmap.TerrainLodControl.UpdateLOD
- All Implemented Interfaces:
- java.util.concurrent.Callable<java.util.HashMap<java.lang.String,UpdatedTerrainPatch>>
- Direct Known Subclasses:
- MultiTerrainLodControl.UpdateMultiLOD
- Enclosing class:
- TerrainLodControl
protected class TerrainLodControl.UpdateLOD
- extends java.lang.Object
- implements java.util.concurrent.Callable<java.util.HashMap<java.lang.String,UpdatedTerrainPatch>>
Calculates the LOD of all child terrain patches.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
camLocations
protected java.util.List<Vector3f> camLocations
lodCalculator
protected LodCalculator lodCalculator
TerrainLodControl.UpdateLOD
protected TerrainLodControl.UpdateLOD(java.util.List<Vector3f> camLocations,
LodCalculator lodCalculator)
call
public java.util.HashMap<java.lang.String,UpdatedTerrainPatch> call()
throws java.lang.Exception
- Specified by:
call
in interface java.util.concurrent.Callable<java.util.HashMap<java.lang.String,UpdatedTerrainPatch>>
- Throws:
java.lang.Exception