クラス
com.jme3.terrain.geomipmap.TerrainPatch の使用

TerrainPatch を使用しているパッケージ
com.jme3.terrain.geomipmap   
com.jme3.terrain.geomipmap.lodcalc   
com.jme3.terrain.geomipmap.picking   
 

com.jme3.terrain.geomipmap での TerrainPatch の使用
 

TerrainPatch を返す com.jme3.terrain.geomipmap のメソッド
 TerrainPatch TerrainPatch.clone()
           
 

TerrainPatch 型の型引数を持つ com.jme3.terrain.geomipmap のメソッドパラメータ
 void TerrainQuad.getAllTerrainPatches(java.util.List<TerrainPatch> holder)
          Retrieve all Terrain Patches from all children and store them in the 'holder' list
 void TerrainQuad.getAllTerrainPatchesWithTranslation(java.util.Map<TerrainPatch,Vector3f> holder, Vector3f translation)
           
 

TerrainPatch 型のパラメータを持つ com.jme3.terrain.geomipmap のコンストラクタ
UpdatedTerrainPatch(TerrainPatch updatedPatch, int newLod)
           
UpdatedTerrainPatch(TerrainPatch updatedPatch, int newLod, int prevLOD, boolean reIndexNeeded)
           
 

com.jme3.terrain.geomipmap.lodcalc での TerrainPatch の使用
 

TerrainPatch 型のパラメータを持つ com.jme3.terrain.geomipmap.lodcalc のメソッド
 LodCalculator LodCalculatorFactory.createCalculator(TerrainPatch terrainPatch)
           
 LodCalculator LodDistanceCalculatorFactory.createCalculator(TerrainPatch terrainPatch)
           
 LodCalculator LodPerspectiveCalculatorFactory.createCalculator(TerrainPatch terrainPatch)
           
 void DistanceLodCalculator.setTerrainPatch(TerrainPatch terrainPatch)
           
 void LodCalculator.setTerrainPatch(TerrainPatch terrainPatch)
           
 void PerspectiveLodCalculator.setTerrainPatch(TerrainPatch terrainPatch)
           
 

TerrainPatch 型のパラメータを持つ com.jme3.terrain.geomipmap.lodcalc のコンストラクタ
DistanceLodCalculator(TerrainPatch terrainPatch, LodThreshold lodThresholdCalculator)
           
 

com.jme3.terrain.geomipmap.picking での TerrainPatch の使用
 

TerrainPatch 型のパラメータを持つ com.jme3.terrain.geomipmap.picking のコンストラクタ
TerrainPickData(TerrainPatch patch, CollisionResult cr)