Uses of Interface
com.jme3.terrain.heightmap.HeightMap
Packages that use HeightMap
Package
Description
heightmaps for use with terrain
-
Uses of HeightMap in com.jme3.terrain.geomipmap.grid
Classes in com.jme3.terrain.geomipmap.grid that implement HeightMap -
Uses of HeightMap in com.jme3.terrain.heightmap
Classes in com.jme3.terrain.heightmap that implement HeightMapModifier and TypeClassDescriptionclassAbstractHeightMapprovides a base implementation of height data for terrain rendering.classGenerates a new height map based on two provided height maps.classCreates a heightmap based on the fault algorithm.classFluidSimHeightMapgenerates a height map based using some sort of fluid simulation.classHillHeightMapgenerates a height map base on the Hill Algorithm.classImageBasedHeightMapis a height map created from the grayscale conversion of an image.classMidpointDisplacementHeightMapgenerates a heightmap based on the midpoint displacement algorithm.classParticleDepositionHeightMapcreates a heightmap based on the Particle Deposition algorithm based on Jason Shankel's paper from "Game Programming Gems".classRawHeightMapcreates a height map from a RAW image file.Methods in com.jme3.terrain.heightmap that return HeightMapModifier and TypeMethodDescriptionHeightMapGrid.getHeightMapAt(com.jme3.math.Vector3f location) Deprecated.