com.jme3.terrain.geomipmap
クラス UpdatedTerrainPatch

java.lang.Object
  上位を拡張 com.jme3.terrain.geomipmap.UpdatedTerrainPatch

public class UpdatedTerrainPatch
extends java.lang.Object

Stores a terrain patch's details so the LOD background thread can update the actual terrain patch back on the ogl thread.


コンストラクタの概要
UpdatedTerrainPatch(TerrainPatch updatedPatch, int newLod)
           
UpdatedTerrainPatch(TerrainPatch updatedPatch, int newLod, int prevLOD, boolean reIndexNeeded)
           
 
メソッドの概要
 java.lang.String getName()
           
 int getPreviousLod()
           
 boolean isFixEdges()
           
 boolean isReIndexNeeded()
           
 void setFixEdges(boolean fixEdges)
           
 void setPreviousLod(int previousLod)
           
 void setReIndexNeeded(boolean reIndexNeeded)
           
 void updateAll()
           
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

UpdatedTerrainPatch

public UpdatedTerrainPatch(TerrainPatch updatedPatch,
                           int newLod)

UpdatedTerrainPatch

public UpdatedTerrainPatch(TerrainPatch updatedPatch,
                           int newLod,
                           int prevLOD,
                           boolean reIndexNeeded)
メソッドの詳細

getName

public java.lang.String getName()

isReIndexNeeded

public boolean isReIndexNeeded()

setReIndexNeeded

public void setReIndexNeeded(boolean reIndexNeeded)

isFixEdges

public boolean isFixEdges()

setFixEdges

public void setFixEdges(boolean fixEdges)

getPreviousLod

public int getPreviousLod()

setPreviousLod

public void setPreviousLod(int previousLod)

updateAll

public void updateAll()