Heightmap.Info

Description

Name

struct Tinman.Heightmap.Info

Used by

Heightmap.info

Provides detail information about a heightmap.

Fields / Required

width

Type

number

The raster width of the heightmap, in samples.


height

Type

number

The raster height of the heightmap, in samples.


size

Type

number

The internal raster size of the heightmap, in samples..


layers

The data layers of the heightmap.


rectangular

Type

bool

Is the heightmap a rectangular map (true) or a cubemap (false)?


coverage

The pixel coverage semantic of the heightmap.

Fields / Optional

georef

Type

Tinman.Georef

Default

null

The georeference of the heightmap.


range

Type

Vertical.Range

Default

null

The vertical range of the heightmap (i.e. elevation and displacement).


resolution

Type

number

Default

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).