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

class Tinman.Heightmap.Combine

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

Adds detail to the first heightmap by combining it with the given second heightmap.

The heightmap samples of the first heightmap are modified using the samples of the given second heightmap according to these rules:

Fields

The following table lists all fields of this config type.

Field Type Constraint Default
required first Heightmap
# != null
 

The original heightmap.

required second Heightmap
# != null
 

The detail heightmap.

optional textureOp ColorOp  
Blend

The color operation to apply to the Heightmap.Layer.Texture layer, if present.

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.