NazaraEngine/include/Nazara/Noise
Remi Beges 8f04f3e6a0 Added FBM 3D & 4D and HybridMultiFractal 2D + cleaned code
this commit will change the scale of values produced by fbm2d. This will
probably not happen again. As a consequence, fbm values will always be
constrained between -1 and 1, but do not perfectly stick to that scale.
There is no easy solution, if the user wants the best dynamic between -1
and 1, he should adjust manually the value by multiplying by a gain slightly superior to 1.


Former-commit-id: ebdba9e9f4bbb972abe355c07ec9f8bce42329b9
2012-11-09 18:38:50 +01:00
..
Abstract2DNoise.hpp Replaced templates by float 2012-10-27 18:59:39 +02:00
Abstract3DNoise.hpp Replaced templates by float 2012-10-27 18:59:39 +02:00
Abstract4DNoise.hpp Replaced templates by float 2012-10-27 18:59:39 +02:00
ComplexNoiseBase.hpp Added FBM 3D & 4D and HybridMultiFractal 2D + cleaned code 2012-11-09 18:38:50 +01:00
Config.hpp Changed all the files encoding to UTF-8 2012-08-10 03:21:37 +02:00
Debug.hpp Changed all the files encoding to UTF-8 2012-08-10 03:21:37 +02:00
DebugOff.hpp Changed all the files encoding to UTF-8 2012-08-10 03:21:37 +02:00
FBM2D.hpp Added FBM 3D & 4D and HybridMultiFractal 2D + cleaned code 2012-11-09 18:38:50 +01:00
FBM3D.hpp Added FBM 3D & 4D and HybridMultiFractal 2D + cleaned code 2012-11-09 18:38:50 +01:00
FBM4D.hpp Added FBM 3D & 4D and HybridMultiFractal 2D + cleaned code 2012-11-09 18:38:50 +01:00
HybridMultifractal2D.hpp Added FBM 3D & 4D and HybridMultiFractal 2D + cleaned code 2012-11-09 18:38:50 +01:00
MappedNoiseBase.hpp Replaced templates by float 2012-10-27 18:59:39 +02:00
Noise.hpp Changed all the files encoding to UTF-8 2012-08-10 03:21:37 +02:00
NoiseBase.hpp Merge remote-tracking branch 'upstream/master' 2012-10-05 17:53:41 +02:00
Perlin2D.hpp Replaced templates by float 2012-10-27 18:59:39 +02:00
Perlin3D.hpp Replaced templates by float 2012-10-27 18:59:39 +02:00
Perlin4D.hpp Replaced templates by float 2012-10-27 18:59:39 +02:00
Simplex2D.hpp Replaced templates by float 2012-10-27 18:59:39 +02:00
Simplex3D.hpp Replaced templates by float 2012-10-27 18:59:39 +02:00
Simplex4D.hpp Replaced templates by float 2012-10-27 18:59:39 +02:00