Enum OpenVDS::InterpolationMethod

enum class OpenVDS::InterpolationMethod

Interpolation method used for sampling.

Values:

enumerator Nearest

Snap to the closest sample.

enumerator Linear

Linear interpolation.

enumerator Cubic

Cubic interpolation.

enumerator Angular

Angular interpolation (same as linear but wraps around the value range)

enumerator Triangular

Triangular interpolation used to interpolate heightmap data.