Class ArrayTerrainExample

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

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

    • ArrayTerrainExample

      public ArrayTerrainExample()
  • Method Details