Package | Description |
---|---|
org.osm2world.core.heightmap.creation | |
org.osm2world.core.heightmap.data |
Modifier and Type | Class and Description |
---|---|
class |
EmptyTerrainElevationGrid |
class |
FlatTerrainElevation |
class |
WaveTerrainElevation |
Modifier and Type | Interface and Description |
---|---|
interface |
CellularTerrainElevation
Terrain elevation data that consists of
points arranged in a grid structure (2d array).
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCellularTerrainElevation |