summaryrefslogtreecommitdiffstats
path: root/src/OctavedNoise.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-11-18Moved all Noise-related files into a separate folder.Mattes D1-192/+0
2014-11-18Refactored cRidgedNoise into a separate template.Mattes D1-9/+9
This allows us to make the ridges out of any noise and to combine the cRidgedNoise with cOctavedNoise.
2014-11-18OctavedNoise: linux compilation fixes.Mattes D1-2/+2
2014-11-17Added cOctavedNoise template.Mattes D1-0/+192
This allows us to use any noise generator in the combination of octaves.