summaryrefslogtreecommitdiffstats
path: root/src/Noise/RidgedNoise.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-11-27RidgedNoise: Replaced fabs with std::abs().Mattes D1-2/+2
2014-11-18Moved all Noise-related files into a separate folder.Mattes D1-0/+0
2014-11-18Refactored cRidgedNoise into a separate template.Mattes D1-0/+91
This allows us to make the ridges out of any noise and to combine the cRidgedNoise with cOctavedNoise.