Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 636 Bytes

README.md

File metadata and controls

31 lines (17 loc) · 636 Bytes

3D Fractal Mountain Generator

Read about our project.

Setup

Install C++ and OpenGL.

Have a STL file viewer also installed.

Clone Repo

git clone https://github.com/vickymmcd/3DFractalMountains.git

cd 3DFractalMountains/code

Generate STL File of Landscape

make stl_from_hm

The STL file you generated will be titled "mountain.stl"

Open this file in an STL viewer such as MeshLab to see the terrain you generated.

Visualize Landscape in OpenGL

cd 3DFractalMountains/terrain

make

./tg

The render can be controlled with mouse and arrow key input.