| Package | Description |
|---|---|
| com.jme3.terrain.geomipmap | |
| com.jme3.terrain.geomipmap.lodcalc |
| Modifier and Type | Class and Description |
|---|---|
class |
TerrainGrid
TerrainGrid itself is an actual TerrainQuad.
|
class |
TerrainQuad
TerrainQuad is a heightfield-based terrain system.
|
| Modifier and Type | Field and Description |
|---|---|
protected Terrain |
TerrainLodControl.terrain |
| Modifier and Type | Method and Description |
|---|---|
Terrain |
TerrainGrid.getTerrainAt(com.jme3.math.Vector3f worldLocation)
Get the terrain tile at the specified world location, in XZ coordinates.
|
Terrain |
TerrainGrid.getTerrainAtCell(com.jme3.math.Vector3f cellCoordinate)
Get the terrain tile at the specified XZ cell coordinate (not world coordinate).
|
| Modifier and Type | Method and Description |
|---|---|
void |
TerrainLodControl.setTerrain(Terrain terrain) |
| Constructor and Description |
|---|
MultiTerrainLodControl(Terrain terrain) |
MultiTerrainLodControl(Terrain terrain,
com.jme3.renderer.Camera camera) |
MultiTerrainLodControl(Terrain terrain,
java.util.List<com.jme3.renderer.Camera> cameras) |
TerrainGridLodControl(Terrain terrain,
com.jme3.renderer.Camera camera) |
TerrainLodControl(Terrain terrain) |
TerrainLodControl(Terrain terrain,
com.jme3.renderer.Camera camera) |
TerrainLodControl(Terrain terrain,
java.util.List<com.jme3.renderer.Camera> cameras)
Only uses the first camera right now.
|
| Constructor and Description |
|---|
SimpleLodThreshold(Terrain terrain) |