com.jme3.terrain.geomipmap.lodcalc
クラス LodPerspectiveCalculatorFactory

java.lang.Object
  上位を拡張 com.jme3.terrain.geomipmap.lodcalc.LodPerspectiveCalculatorFactory
すべての実装されたインタフェース:
Savable, LodCalculatorFactory, java.lang.Cloneable

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.


コンストラクタの概要
LodPerspectiveCalculatorFactory(Camera cam, float pixelError)
           
 
メソッドの概要
 LodCalculatorFactory clone()
           
 LodCalculator createCalculator()
           
 LodCalculator createCalculator(TerrainPatch terrainPatch)
           
 void read(JmeImporter im)
           
 void write(JmeExporter ex)
           
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

LodPerspectiveCalculatorFactory

public LodPerspectiveCalculatorFactory(Camera cam,
                                       float pixelError)
メソッドの詳細

createCalculator

public LodCalculator createCalculator()
定義:
インタフェース LodCalculatorFactory 内の createCalculator

createCalculator

public LodCalculator createCalculator(TerrainPatch terrainPatch)
定義:
インタフェース LodCalculatorFactory 内の createCalculator

write

public void write(JmeExporter ex)
           throws java.io.IOException
定義:
インタフェース Savable 内の write
例外:
java.io.IOException

read

public void read(JmeImporter im)
          throws java.io.IOException
定義:
インタフェース Savable 内の read
例外:
java.io.IOException

clone

public LodCalculatorFactory clone()
定義:
インタフェース LodCalculatorFactory 内の clone
オーバーライド:
クラス java.lang.Object 内の clone