Skip to content

playing around with lowpoly terrain manipulation and loading in 3.js

Notifications You must be signed in to change notification settings

siteations/terrain3js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

territory & terrain

This quick terrain editor allows users to load and build out lowpoly settlements.

  • Terrain colors (when turned on) reflect the slope of the underlying mesh triangulation.
  • Different settlement options (forests, cities, roads, boats) can only be placed on suitable slopes.

It was developed with the three.js and html as a front-end application.

Quick Start

First clone this respository and then work with Node.js's simple HTTP server package. To install:

npm install http-server -g To run (from your local directory): http-server . -p 8000

Prerequisites

three.js, node.js for ease

Authors

This project was created by Meg Studer, as the stackathon project at Fullstack Academy.

Acknowledgments

This project may be messy, but it was an excellent exercise in getting to know canvas and 3d interaction/manipulation in the browser.

About

playing around with lowpoly terrain manipulation and loading in 3.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages