Class FractalTileLoader.FloatBufferHeightMap

java.lang.Object
com.jme3.terrain.heightmap.AbstractHeightMap
com.jme3.terrain.geomipmap.grid.FractalTileLoader.FloatBufferHeightMap
All Implemented Interfaces:
HeightMap
Enclosing class:
FractalTileLoader

public class FractalTileLoader.FloatBufferHeightMap extends AbstractHeightMap
  • Constructor Details

    • FloatBufferHeightMap

      public FloatBufferHeightMap(FloatBuffer buffer)
  • Method Details

    • load

      public boolean load()
      Description copied from interface: HeightMap
      load populates the height map data. This is dependent on the subclass's implementation.
      Returns:
      true if the load was successful, false otherwise.