com.jme3.terrain.geomipmap.lodcalc
Class LodDistanceCalculatorFactory

java.lang.Object
  extended by com.jme3.terrain.geomipmap.lodcalc.LodDistanceCalculatorFactory
All Implemented Interfaces:
Savable, LodCalculatorFactory, java.lang.Cloneable

Deprecated. phasing out

public class LodDistanceCalculatorFactory
extends java.lang.Object
implements LodCalculatorFactory


Constructor Summary
LodDistanceCalculatorFactory()
          Deprecated.  
LodDistanceCalculatorFactory(LodThreshold lodThreshold)
          Deprecated.  
 
Method Summary
 LodDistanceCalculatorFactory clone()
          Deprecated.  
 LodCalculator createCalculator()
          Deprecated.  
 LodCalculator createCalculator(TerrainPatch terrainPatch)
          Deprecated.  
 void read(JmeImporter im)
          Deprecated.  
 void write(JmeExporter ex)
          Deprecated.  
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LodDistanceCalculatorFactory

public LodDistanceCalculatorFactory()
Deprecated. 

LodDistanceCalculatorFactory

public LodDistanceCalculatorFactory(LodThreshold lodThreshold)
Deprecated. 
Method Detail

createCalculator

public LodCalculator createCalculator()
Deprecated. 
Specified by:
createCalculator in interface LodCalculatorFactory

createCalculator

public LodCalculator createCalculator(TerrainPatch terrainPatch)
Deprecated. 
Specified by:
createCalculator in interface LodCalculatorFactory

write

public void write(JmeExporter ex)
           throws java.io.IOException
Deprecated. 
Specified by:
write in interface Savable
Throws:
java.io.IOException

read

public void read(JmeImporter im)
          throws java.io.IOException
Deprecated. 
Specified by:
read in interface Savable
Throws:
java.io.IOException

clone

public LodDistanceCalculatorFactory clone()
Deprecated. 
Specified by:
clone in interface LodCalculatorFactory
Overrides:
clone in class java.lang.Object