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

class Tinman.Heightmap.Random

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

A heightmap that generates random samples.

Fields

The following table lists all fields of this config type.

Field Type Constraint Default
required layers Heightmap.Layer[]    

The layers of the heightmap.

required width number
# > 0
 

Width of the heightmap, in samples.

optional height number
# >= 0
0

Height of rectangular heightmap, in samples. Set to 0 for cubemap heightmaps.

external id Dataset.Id    

Returns a unique identifier for this dataset.

external metadata Dataset.Info    

Returns dataset metadata information.

external georef Tinman.Georef    

Returns georeferencing information.

external info Heightmap.Info    

Holds detail information about this heightmap.