Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 145 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 145 Bytes

PerlinNoise

Usage

#include PerlinNoise.h anywhere in your project.

PerlinNoise generator(5.0, 2);
generator.get_noise(500);