summaryrefslogtreecommitdiff
path: root/modules/opensimplex/noise_texture.h
AgeCommit message (Expand)Author
2021-05-20Add support for generating noise images with an offset.Casey Foote
2021-03-28Rename Texture.get_data() to get_image()Marcel Admiraal
2021-02-08Initialize class/struct variables with default values in modules/Rafał Mikrut
2021-01-29Modernize ThreadPedro J. Estébanez
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-29Consistently use normal_mapMarcel Admiraal
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-07-10Add override keywords.Marcel Admiraal
2020-02-11Texture refactorJuan Linietsky
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-06-26Some code changed with Clang-Tidyqarmin
2019-06-19Made use of semicolons more consitent, fixed formattingJohnJLight
2019-03-03added bump_strength to noisetextureclayjohn
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-10-03Remove redundant size property from NoiseTextureJFonS
2018-09-28 Renaming SimplexNoise refs to OpenSimplexNoisesantouits
2018-09-14Add SimplexNoise and NoiseTexture as new resourcesJFonS