|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jme3.terrain.geomipmap.lodcalc.LodDistanceCalculatorFactory
public class LodDistanceCalculatorFactory
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 |
---|
public LodDistanceCalculatorFactory()
public LodDistanceCalculatorFactory(LodThreshold lodThreshold)
Method Detail |
---|
public LodCalculator createCalculator()
createCalculator
in interface LodCalculatorFactory
public LodCalculator createCalculator(TerrainPatch terrainPatch)
createCalculator
in interface LodCalculatorFactory
public void write(JmeExporter ex) throws java.io.IOException
write
in interface Savable
java.io.IOException
public void read(JmeImporter im) throws java.io.IOException
read
in interface Savable
java.io.IOException
public LodDistanceCalculatorFactory clone()
clone
in interface LodCalculatorFactory
clone
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |