com.jme3.terrain.heightmap
Interface ImageHeightmap

All Known Implementing Classes:
ImageBasedHeightMap

Deprecated.

public interface ImageHeightmap

A heightmap that is built off an image. If you want to be able to supply different Image types to ImageBaseHeightMapGrid, you need to implement this interface, and have that class extend Abstract heightmap.