Class | Description |
---|---|
AbstractHeightMap |
An abstract base class for height maps which provides default implementations of most methods.
|
BandedHeightMap |
Created by pepijn on 28-3-16.
|
BicubicHeightMap |
A height map that performs bicubic interpolation on an underlying height map.
|
BitmapHeightMap | |
BitmapHeightMap.BitmapHeightMapBuilder | |
CombiningHeightMap |
An abstract base class for a height map which somehow combines two
subordinate height maps.
|
ConstantHeightMap | |
DelegatingHeightMap |
Created by pepijn on 26-3-16.
|
DifferenceHeightMap |
Created by Pepijn Schmitz on 13-10-16.
|
DisplacementHeightMap | |
MandelbrotHeightMap |
Created by Pepijn Schmitz on 02-09-16.
|
MaximisingHeightMap |
A height map which returns the highest of two subordinate height maps.
|
MinimisingHeightMap |
A height map which returns the lowest of two subordinate height maps.
|
NinePatchHeightMap |
A heightmap creating a square with rounded corners, with a smoothly descending border on the outside.
|
NoiseHeightMap | |
ProductHeightMap |
A height map which is the product of two other height maps.
|
ShelvingHeightMap |
Created by pepijn on 28-3-16.
|
SlopeHeightMap |
A height map which calculates the slope of an underlying height map, in
degrees from 0 to 90.
|
SumHeightMap |
A height map which is the sum of two other height maps.
|
TransformingHeightMap |
A height map which scales and/or translates another height map
|
TransformingHeightMap.TransformingHeightMapBuilder |