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

class HeightmapSamplesHelperTwo in Tinman.Terrain.Heightmaps

sealed class HeightmapSamplesHelperTwo extends HeightmapSamplesHelper

Public / Attributes

First

The first cloned heightmap sample buffer.

public readonly field First
type HeightmapSamples

See also:

HeightmapSamples.Clone

Second

The second cloned heightmap sample buffer.

public readonly field Second
type HeightmapSamples

See also:

HeightmapSamples.Clone

Public / Constructors

HeightmapSamplesHelperTwo

Creates a new instance of HeightmapSamplesHelperTwo.

public constructor HeightmapSamplesHelperTwo (HeightmapSamples samples)
params samples [not-null] The heightmap samples buffer.

Public / Methods

Temp

public method Temp (int32 capacity, HeightmapLayer layers)
type HeightmapSamples
params capacity
  layers
inherited HeightmapSamplesHelper.Temp