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

class Tinman.Heightmap.Constant

Short Name:
  • class Heightmap.Constant
Derived From:
Fields:

A heightmap that always returns a constant heightmap sample.

Fields

The following table lists all fields of this config type.

Field Type Constraint Default
required sample Sample    

The constant heightmap sample to return.

optional width number
# >= 0
0

Width of rectangular constant heightmap.

optional height number
# >= 0
0

Height of rectangular constant heightmap.

optional size number
# >= 0
0

Size of cubemap constant heightmap.

optional layers Heightmap.Layer[]  
[None]

The heightmap layers.

optional coverage Coverage.Type  
PixelIsPoint

Sample coverage semantic of rectangular constant heightmap.

optional range Vertical.Range  
null

Vertical range of constant 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.