|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jme3.terrain.geomipmap.lodcalc.LodPerspectiveCalculatorFactory
public class LodPerspectiveCalculatorFactory
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 |
---|
public LodPerspectiveCalculatorFactory(Camera cam, float pixelError)
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 LodCalculatorFactory 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 |