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

class Tinman.Heightmap.MapShapes

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

A heightmap that rasterizes vector shapes.

Fields

The following table lists all fields of this config type.

Field Type Constraint Default
required shapes Heightmap.MapShape[]
# != null
 

The heightmap vector shapes to render.

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 range Vertical.Range  
null

Vertical range of memory heightmap.

optional georef Tinman.Georef  
null

Optional georeferencing information.

optional accuracy number
# > 0
0

Optional accuracy to use for subdivision of vector shape edges. Given as a maximum error in the georeference coordinate system of this heightmap.

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.