Class Summary |
AbstractHeightMap |
AbstractHeightMap provides a base implementation of height
data for terrain rendering. |
CombinerHeightMap |
CombinerHeightMap generates a new height map based on
two provided height maps. |
FaultFractalHeightMap |
FaultFractalHeightMap creates a heightmap based on the
Fault Formation fractal generation algorithm based on Jason Shankel's
paper from "Game Programming Gems". |
MidPointHeightMap |
MidPointHeightMap
|
ParticleDepositionHeightMap |
ParticleDepositionHeightMap creates a heightmap based on the
Particle Deposition algorithm based on Jason Shankel's paper from
"Game Programming Gems". |
RawHeightMap |
RawHeightMap creates a height map from a RAW image file. |