Package com.jme3.terrain.heightmap
package com.jme3.terrain.heightmap
heightmaps for use with terrain
-
ClassDescription
AbstractHeightMap
provides a base implementation of height data for terrain rendering.Generates a new height map based on two provided height maps.Creates a heightmap based on the fault algorithm.FluidSimHeightMap
generates a height map based using some sort of fluid simulation.Deprecated.in favor of TerrainGridTileLoaderHillHeightMap
generates a height map base on the Hill Algorithm.ImageBasedHeightMap
is a height map created from the grayscale conversion of an image.MidpointDisplacementHeightMap
generates a heightmap based on the midpoint displacement algorithm.ParticleDepositionHeightMap
creates a heightmap based on the Particle Deposition algorithm based on Jason Shankel's paper from "Game Programming Gems".RawHeightMap
creates a height map from a RAW image file.