protected class TerrainGrid.UpdateQuadCache
extends java.lang.Object
implements java.lang.Runnable
| Constructor and Description | 
|---|
| UpdateQuadCache(Vector3f location) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | run()This is executed if the camera has moved into a new CameraCell and will load in
 the new TerrainQuad tiles to be children of this TerrainGrid parent. | 
protected final Vector3f location
public UpdateQuadCache(Vector3f location)
public void run()
run in interface java.lang.Runnable