TINMAN 3D
  • Tinman 3D SDK
  • Reference - API
  • Tinman.Terrain
  • Heightmaps
  • ScalarOp

ScalarOp

Description

enum Tinman.Terrain.Heightmaps.ScalarOp

Enumeration of operators when combining scalar heightmap values, i.e. HeightmapLayer.Elevation and HeightmapLayer.Displacement.

See also

IHeightmapOps.Combine

Public / Constants

Add

public constant Add → (0:int32)

Adds the first and second scalar values:

result = first + second

Sub

public constant Sub → (1:int32)

Subtracts the second scalar value from the first one:

result = first - second
RandomHeightmap TestPatternHeightmap

Tinman 3D SDK | Copyright 2012 - 2026 Matthias Englert | ALL RIGHTS RESERVED | "Tinman 3D" is a registered trademark.