java.lang.Object
eu.svjatoslav.sixth.e3d.examples.terrain_demo.TerrainDemo

public class TerrainDemo extends Object
Demo showing a procedurally generated mountain landscape using the diamond-square algorithm. Three colored light sources (warm orange, cool cyan, neutral white) illuminate the terrain from above, demonstrating dynamic flat shading. A fractal tree stands at the center of the terrain.
  • Constructor Details

    • TerrainDemo

      public TerrainDemo()
  • Method Details

    • main

      public static void main(String[] args)
      Entry point for the terrain demo.
      Parameters:
      args - command line arguments (ignored)