HeightmapsUtil
Public / Constants
Public / Methods
ComputeScaleToMaxSize
Computes the factor to use to scale coordinates of a heightmap of the given size in to a heightmap of MaxSize.
ComputeShiftToMaxSize
Computes the number of bits to shift in order to scale the coordinates of a heightmap of the given size in to a heightmap of MaxSize.
- See also
TranslateCoordinates
2 overloads
Translates the given heightmap coordinates.
Translates the given heightmap coordinates.
Public / Attributes
CacheMemory
Size of the heightmap dataset cache.
The default value is 128 <= N/16 <= 2048
, where N
is the amount of total memory (see LowLevel.MemoryTotal), in megabytes.