godot/modules/opensimplex
Rémi Verschelde d52b70fb5e SCons: Always use env.Prepend for CPPPATH
Include paths are processed from left to right, so we use Prepend to
ensure that paths to bundled thirdparty files will have precedence over
system paths (e.g. `/usr/include` should have lowest priority).
2019-04-30 13:12:06 +02:00
..
doc_classes Merge pull request #28125 from KoBeWi/code_true_code 2019-04-22 11:59:16 +02:00
config.py Remove redundant size property from NoiseTexture 2018-10-03 10:27:24 +02:00
noise_texture.cpp changed default noisetexture strength 2019-03-04 07:59:08 -08:00
noise_texture.h added bump_strength to noisetexture 2019-03-03 12:33:44 -08:00
open_simplex_noise.cpp Added get_noise_1d 2019-03-05 20:58:58 +05:30
open_simplex_noise.h Added get_noise_1d 2019-03-05 20:58:58 +05:30
register_types.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
register_types.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
SCsub SCons: Always use env.Prepend for CPPPATH 2019-04-30 13:12:06 +02:00