NazaraEngine/include/Nazara/Noise
Remi Beges 3f8e3cfb60 Modifications for the new architecture
to fullfill mixer implementation requirements
*Added FBM2D, first complex noise class of the new architecture
*Removed NoiseMachine, because was redundant and not fitting with the new
architecture
*Minor changes to almost every other noise class (mostly adding 'this->')
everywhere an inherited member from template base class was called from
the inherited class
2012-10-02 19:55:35 +02:00
..
Abstract2DNoise.hpp Added ability to give offset and gain to every noise (mappedNoise) + 2012-09-30 19:13:25 +02:00
Abstract2DNoise.inl Added ability to give offset and gain to every noise (mappedNoise) + 2012-09-30 19:13:25 +02:00
Abstract3DNoise.hpp Added ability to give offset and gain to every noise (mappedNoise) + 2012-09-30 19:13:25 +02:00
Abstract3DNoise.inl Added ability to give offset and gain to every noise (mappedNoise) + 2012-09-30 19:13:25 +02:00
Abstract4DNoise.hpp Added ability to give offset and gain to every noise (mappedNoise) + 2012-09-30 19:13:25 +02:00
Abstract4DNoise.inl Added ability to give offset and gain to every noise (mappedNoise) + 2012-09-30 19:13:25 +02:00
ComplexNoiseBase.hpp Modifications for the new architecture 2012-10-02 19:55:35 +02:00
ComplexNoiseBase.inl Modifications for the new architecture 2012-10-02 19:55:35 +02:00
Config.hpp Fixed contributor's name 2012-06-11 00:29:09 +02:00
Debug.hpp Fixed contributor's name 2012-06-11 00:29:09 +02:00
DebugOff.hpp Fixed contributor's name 2012-06-11 00:29:09 +02:00
FBM2D.hpp Modifications for the new architecture 2012-10-02 19:55:35 +02:00
FBM2D.inl Modifications for the new architecture 2012-10-02 19:55:35 +02:00
MappedNoiseBase.hpp Modifications for the new architecture 2012-10-02 19:55:35 +02:00
MappedNoiseBase.inl Added ability to give offset and gain to every noise (mappedNoise) + 2012-09-30 19:13:25 +02:00
Noise.hpp Fixed typo + minor errors 2012-06-10 10:27:51 +02:00
NoiseBase.hpp Modifications for the new architecture 2012-10-02 19:55:35 +02:00
Perlin2D.hpp Modifications for the new architecture 2012-10-02 19:55:35 +02:00
Perlin2D.inl Modifications for the new architecture 2012-10-02 19:55:35 +02:00
Perlin3D.hpp Modifications for the new architecture 2012-10-02 19:55:35 +02:00
Perlin3D.inl Modifications for the new architecture 2012-10-02 19:55:35 +02:00
Perlin4D.hpp Modifications for the new architecture 2012-10-02 19:55:35 +02:00
Perlin4D.inl Modifications for the new architecture 2012-10-02 19:55:35 +02:00
Simplex2D.hpp Modifications for the new architecture 2012-10-02 19:55:35 +02:00
Simplex2D.inl Modifications for the new architecture 2012-10-02 19:55:35 +02:00
Simplex3D.hpp Modifications for the new architecture 2012-10-02 19:55:35 +02:00
Simplex3D.inl Modifications for the new architecture 2012-10-02 19:55:35 +02:00
Simplex4D.hpp Modifications for the new architecture 2012-10-02 19:55:35 +02:00
Simplex4D.inl Modifications for the new architecture 2012-10-02 19:55:35 +02:00