Short Name:
|
|
Fields:
|
Provides detail information about a heightmap.
The following table lists all fields of this config type.
Field | Type | Constraint | Default | |
---|---|---|---|---|
required
|
width
|
number
|
||
The raster width of the heightmap, in samples. |
||||
required
|
height
|
number
|
||
The raster height of the heightmap, in samples. |
||||
required
|
size
|
number
|
||
The internal raster size of the heightmap, in samples.. |
||||
required
|
layers
|
Heightmap.Layer[]
|
||
The data layers of the heightmap. |
||||
required
|
rectangular
|
bool
|
||
Is the heightmap a rectangular map ( |
||||
required
|
coverage
|
Coverage.Type
|
||
The pixel coverage semantic of the heightmap. |
||||
optional
|
georef
|
Tinman.Georef
|
null |
|
The georeference of the heightmap. |
||||
optional
|
range
|
Vertical.Range
|
null |
|
The vertical range of the heightmap (i.e. elevation and displacement). |
||||
optional
|
resolution
|
number
|
0 |
|
Edge length of square that has the same area as the parallelogram defined by the ground vectors corresponding to the raster steps of (1|0) and (0|1). |
The following table shows all usages of this config type.
Used By:
|