![]() |
Duckcpp 2.1.0
Duckcpp is a high-performance c++ graphics engine.
|
Vertex manipulator which scales the TCoords of the vertex. More...
#include <duckcpp/core/engine/SVertexManipulator.hpp>


Public Member Functions | |
| SVertexTCoordsScaleManipulator (const dcpp::nub::vector2df &factor, dcpp::uint32_kt uvSet=1) | |
| void | operator() (dcpp::video::S3DVertex2TCoords &vertex) const |
| template<typename VType > | |
| void | operator() (VType &vertex) const |
Vertex manipulator which scales the TCoords of the vertex.