TINMAN 3D / REALTIME TERRAIN
Software Development Kit - User Manual

struct Tinman.Heightmap.Info

Short Name:
  • struct Heightmap.Info
Fields:

Provides detail information about a heightmap.

Fields

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 (true) or a cubemap (false)?

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

Usages

The following table shows all usages of this config type.

Used By: