summaryrefslogtreecommitdiffstats
path: root/src/Noise/InterpolNoise.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix access to uninitialized space (#5576)mjagdis23 hours1-9/+18
| | | | | | | | | | | | | | | | | | | | | * Fix access to uninitialized space Signed-off-by: Mike Jagdis <mjagdis@eris-associates.co.uk> * Same fix to other noise generate functions Signed-off-by: Mike Jagdis <mjagdis@eris-associates.co.uk> * Skip the last Cell.Move Signed-off-by: Mike Jagdis <mjagdis@eris-associates.co.uk> * Add comments Signed-off-by: Mike Jagdis <mjagdis@eris-associates.co.uk> --------- Signed-off-by: Mike Jagdis <mjagdis@eris-associates.co.uk>
* Bulk clearing of whitespaceLogicParrot2016-02-051-13/+13
|
* Silenced and fixed many warning messages across multiple files.Samuel Barney2015-07-291-11/+11
|
* cInterpolNoise: Implemented optimized 2D generating.Mattes D2014-11-191-24/+163
|
* Added a cInterpolNoise template for faster noise generator.Mattes D2014-11-181-0/+385
Used an instance of it in the Noise3D generator.