Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 595 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 595 Bytes

#Procedural terrain with three.js The goal of this project was to render procedurally generated terrain with camera control, illumination, and loading of models and textures in a web browser with the help of the WebGL library three.js. A diamond square algorithm is used for heightmap generation, which in turn uses a Mersenne Twister for pseudorandom number generation based on a seed value. Example output ##Resources used