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

class Tinman.Heightmap.Ramp

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

Return a heightmap that computes texture colors using an elevation-based color ramp.

The terrain-space values of the Heightmap.Layer.Elevation layer (according to the vertical range of the heightmap) are fed into the color ramp. The resulting diffuse color is used as the Heightmap.Layer.Texture layer.

Fields

The following table lists all fields of this config type.

Field Type Constraint Default
required heightmap Heightmap
# != null
 

The input heightmap.

required ramp Tinman.Color.Ramp
# != null
 

The color ramp to use.

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.