An open API service indexing awesome lists of open source software.

https://github.com/victorqribeiro/terraingenerator

A 3D terrain generator from a height maps using Three.js
https://github.com/victorqribeiro/terraingenerator

3d heightmap javascript terrain-generation three-js

Last synced: 11 months ago
JSON representation

A 3D terrain generator from a height maps using Three.js

Awesome Lists containing this project

README

          

# Terrain Generator

A 3D terrain generator from height map using Three.js

!["Terrain Generator"](screenshot.png)

A live version is hosted [here](https://victorribeiro.com/terrainGenerator/)

## How to use

* New - generate e new height map
* Blur - smooth the height map
* Contrast - accentuates the height map
* Invert - invert the height map
* Color - display the height map in colors. Black means water level and white means mountains
* 3D - generates the 3D map or update it based on the height map