Vertex manipulator which scales the TCoords of the vertex. More...
#include <SVertexManipulator.h>
Vertex manipulator which scales the TCoords of the vertex.
Definition at line 266 of file SVertexManipulator.h.
irr::scene::SVertexTCoordsScaleManipulator::SVertexTCoordsScaleManipulator | ( | const core::vector2df & | factor, |
u32 | uvSet = 1 |
||
) | [inline] |
Definition at line 269 of file SVertexManipulator.h.
void irr::scene::SVertexTCoordsScaleManipulator::operator() | ( | video::S3DVertex2TCoords & | vertex | ) | const [inline] |
Definition at line 270 of file SVertexManipulator.h.
References irr::video::S3DVertex::TCoords, and irr::video::S3DVertex2TCoords::TCoords2.
void irr::scene::SVertexTCoordsScaleManipulator::operator() | ( | VType & | vertex | ) | const [inline] |
Definition at line 278 of file SVertexManipulator.h.