Files
ReNoise/README.md
2025-05-09 15:36:51 -04:00

380 B

ReNoise

A collection of noise functions to potentially include Perlin, Simplex, Value, fBm, Worley, Diamond-Square and Poisson-Disc.

main.cpp : this is the graphical test application

perlin.cpp :

generatePerlinNoise1D : this creates a 1D array of perlin noise which uses ReUnirand for random number input.

smothNoise : this takes the noise and applies parabolic smoothing.