summaryrefslogtreecommitdiffstats
path: root/src/Noise/InterpolNoise.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-02-05Bulk clearing of whitespaceLogicParrot1-13/+13
2015-07-29Silenced and fixed many warning messages across multiple files.Samuel Barney1-11/+11
2014-11-19cInterpolNoise: Implemented optimized 2D generating.Mattes D1-24/+163
2014-11-18Added a cInterpolNoise template for faster noise generator.Mattes D1-0/+385
Used an instance of it in the Noise3D generator.