Skip to content

vickymmcd/3DFractalMountains

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published