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 | |
SVertexColorInterpolateLinearManipulator (video::SColor color, f32 factor) | |
void | operator() (video::S3DVertex &vertex) const |
Vertex manipulator which interpolates the color values.
Uses linear interpolation.