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.
クラス 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()