Vertex manipulator to set vertex color to one of two values depending on a given threshold.
More...
List of all members.
Public Member Functions
Detailed Description
Vertex manipulator to set vertex color to one of two values depending on a given threshold.
If average of the color value is >Threshold the High color is chosen, else Low.
Definition at line 63 of file SVertexManipulator.h.
Constructor & Destructor Documentation
irr::scene::SVertexColorThresholdManipulator::SVertexColorThresholdManipulator |
( |
u8 |
threshold, |
|
|
video::SColor |
low, |
|
|
video::SColor |
high | |
|
) |
| | [inline] |
Member Function Documentation
void irr::scene::SVertexColorThresholdManipulator::operator() |
( |
video::S3DVertex & |
vertex |
) |
const [inline] |
The documentation for this class was generated from the following file: