Class TerrainDemo
java.lang.Object
eu.svjatoslav.sixth.e3d.examples.terrain_demo.TerrainDemo
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
TerrainDemo
public TerrainDemo()
-
-
Method Details
-
main
Entry point for the terrain demo.- Parameters:
args- command line arguments (ignored)
-