com.jme3.terrain.geomipmap.lodcalc
Class LodPerspectiveCalculatorFactory

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

Deprecated. phasing out

public class LodPerspectiveCalculatorFactory
extends java.lang.Object
implements LodCalculatorFactory

TODO: Make it work with multiple cameras TODO: Fix the cracks when the lod differences are greater than 1 for two adjacent blocks.


Constructor Summary
LodPerspectiveCalculatorFactory(Camera cam, float pixelError)
          Deprecated.  
 
Method Summary
 LodCalculatorFactory 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

LodPerspectiveCalculatorFactory

public LodPerspectiveCalculatorFactory(Camera cam,
                                       float pixelError)
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 LodCalculatorFactory clone()
Deprecated. 
Specified by:
clone in interface LodCalculatorFactory
Overrides:
clone in class java.lang.Object