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
- Host: GitHub
- URL: https://github.com/victorqribeiro/terraingenerator
- Owner: victorqribeiro
- License: mit
- Created: 2018-10-17T07:54:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-05-29T18:55:11.000Z (about 4 years ago)
- Last Synced: 2025-05-05T19:54:14.896Z (about 1 year ago)
- Topics: 3d, heightmap, javascript, terrain-generation, three-js
- Language: JavaScript
- Homepage:
- Size: 330 KB
- Stars: 25
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Terrain Generator
A 3D terrain generator from height map using Three.js

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