Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 440 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 440 Bytes

TerrainViewer

This is a procedural terrain rendering program using fractal Brownian Motion (fBm)

Implemented Features

  • GPU procedural terrain generated using fBm and Perlin noise.
  • Soft shadow using Possion sampling
  • Reflective water effect (see epfl-2015-submit branch)
  • Tessellated LOD (Geometry LOD)
  • Texture LOD

Screen Shots

alt tag alt tag

Implementation (To be completed)