Class ImageMapTerrainExample

java.lang.Object
com.ardor3d.example.ExampleBase
com.ardor3d.example.terrain.ImageMapTerrainExample
All Implemented Interfaces:
Scene, Updater, Runnable

public class ImageMapTerrainExample extends ExampleBase
Example showing the Geometry Clipmap Terrain system with 'MegaTextures' where the terrain data is provided from a float array populated from a heightmap generated from an Image. Requires GLSL support.
  • Constructor Details

    • ImageMapTerrainExample

      public ImageMapTerrainExample()
  • Method Details