Nirtcpp 2.1.0
Nirtcpp is a high-performance c++ graphics engine.
|
Vertex manipulator which scales the TCoords of the vertex. More...
#include <nirtcpp/core/engine/SVertexManipulator.hpp>
Public Member Functions | |
SVertexTCoordsScaleManipulator (const core::vector2df &factor, u32 uvSet=1) | |
void | operator() (video::S3DVertex2TCoords &vertex) const |
template<typename VType > | |
void | operator() (VType &vertex) const |
Vertex manipulator which scales the TCoords of the vertex.