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

enum ContourValue in Tinman.Terrain.Heightmaps.Painting

Enumeration of values that can be used as the source for drawing heightmap contour lines.

enum ContourValue  

See also:

ContourRange

Items

Elevation = 0

The terrain-space elevation value.

See also:

HeightmapRegion.Elevation
Slope = 1

The terrain slope angles, in degrees.

See also:

HeightmapRegion.Slope
Material = 2

The weight of a chosen material, in the range [0..255].

See also:

HeightmapRegion.Material