![]() |
Jimcpp 2.1.0
Jimcpp is a high-performance c++ graphics engine.
|
Vertex manipulator which interpolates the color values. More...
#include <jimcpp/core/engine/SVertexManipulator.hpp>
Public Member Functions | |
SVertexColorInterpolateQuadraticManipulator (video::SColor color1, video::SColor color2, f32 factor) | |
void | operator() (video::S3DVertex &vertex) const |
Vertex manipulator which interpolates the color values.
Uses linear interpolation.