![]() |
ProtoTracer
1.0
Real-time 3D rendering and animation engine
|
Defines a material for creating gradient color effects in 3D rendering. More...
#include "../Material.h"
#include "../../../Utils/Math/Mathematics.h"
#include "../../../Utils/Math/Rotation.h"
#include "../../../Utils/Math/Vector2D.h"
#include "GradientMaterial.tpp"
Go to the source code of this file.
Classes | |
class | GradientMaterial< colorCount > |
Creates a customizable gradient material for rendering. More... | |
Defines a material for creating gradient color effects in 3D rendering.
The GradientMaterial
class allows for the creation of gradients with customizable colors, radial effects, steps, and transformations like rotation and position offsets.
colorCount | Number of colors in the gradient. 22/12/2024 22/12/2024 Coela Can't! Coela Can't |
Definition in file GradientMaterial.h.