Generating Terrain and a simple Flight Sim w/ WebGL
Simple implementation of the diamond square algorithm to generate a tile of terrain.
You can view the entirety of the commented source code here: github.com/dcyoung/TerrainGenerator
I extended this further with a very basic flight simulator created with raw WebGL. It uses quaternions for orientations: github.com/dcyoung/FlightSimulator
Comments