![]() |
ProtoTracer
1.0
Real-time 3D rendering and animation engine
|
A material class that generates and applies Simplex Noise. More...
#include <cstdlib>#include "../Material.h"#include "../../../Utils/Math/Mathematics.h"#include "../../../Utils/Math/Vector3D.h"#include "../Static/GradientMaterial.h"#include "SimplexNoise.tpp"

Go to the source code of this file.
Classes | |
| class | SimplexNoise< colors > |
| A material class for rendering Simplex Noise. More... | |
A material class that generates and applies Simplex Noise.
This class utilizes Simplex Noise algorithms for 2D and 3D noise generation, mapping the noise values to colors through a gradient material.
22/12/2024 22/12/2024 Coela Can't! Coela Can't
Definition in file SimplexNoise.h.