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

class Tinman.Heightmap.Copy

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

Copies samples from the source heightmap to a new heightmap dataset.

Fields

The following table lists all fields of this config type.

Field Type Constraint Default
required source Heightmap
# != null
 

The source heightmap to copy from.

required target path
# != null
 

Path to output dataset.

optional format PixelFormat[]  
[Truecolor, SixteenBits]

The pixel format to use for choosing the output heightmap format. This parameter is ignored when the source heightmap is a HGT dataset: in this case, the source heightmap format will be used.

optional info Dataset.Info  
null

Optional dataset metadata to use. If null, metadata will be copied from the source heightmap, if present.