protected class TerrainGrid.UpdateQuadCache
extends java.lang.Object
implements java.lang.Runnable
| Modifier and Type | Field and Description |
|---|---|
protected com.jme3.math.Vector3f |
location |
| Constructor and Description |
|---|
UpdateQuadCache(com.jme3.math.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.
|
public void run()
run in interface java.lang.Runnable