Short Name:
|
Derived From:
|
Fields: |
A heightmap that stores samples in main memory.
The sample storage support sparse data, which means that memory consumption is proportional to the number of actually stored samples and independent of the heightmap size.
The following table lists all fields of this config type.
Field | Type | Constraint | Default | |
---|---|---|---|---|
optional
|
width
|
number
|
# >= 0 |
0 |
Width of rectangular memory heightmap. |
||||
optional
|
height
|
number
|
# >= 0 |
0 |
Height of rectangular memory heightmap. |
||||
optional
|
size
|
number
|
# >= 0 |
0 |
Size of cubemap memory heightmap. |
||||
optional
|
layers
|
Heightmap.Layer[]
|
[Coverage, Displacement, Elevation, Texture, Material] |
|
The heightmap layers. |
||||
optional
|
coverage
|
Coverage.Type
|
PixelIsPoint |
|
Sample coverage semantic of rectangular memory heightmap. |
||||
optional
|
range
|
Vertical.Range
|
null |
|
Vertical range of memory heightmap. |
||||
optional
|
georef
|
Tinman.Georef
|
null |
|
Optional georeferencing information. |
||||
external
|
id
|
Dataset.Id
|
||
Returns a unique identifier for this dataset. |
||||
external
|
metadata
|
Dataset.Info
|
||
Returns dataset metadata information. |
||||
external
|
info
|
Heightmap.Info
|
||
Holds detail information about this heightmap. |