Jimcpp 2.1.0
Jimcpp is a high-performance c++ graphics engine.
Loading...
Searching...
No Matches
jpp::scene::SVertexTCoordsScaleManipulator Class Reference

Vertex manipulator which scales the TCoords of the vertex. More...

#include <jimcpp/core/engine/SVertexManipulator.hpp>

Inheritance diagram for jpp::scene::SVertexTCoordsScaleManipulator:
Inheritance graph
Collaboration diagram for jpp::scene::SVertexTCoordsScaleManipulator:
Collaboration graph

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
 

Detailed Description

Vertex manipulator which scales the TCoords of the vertex.


The documentation for this class was generated from the following file:

Jimcpp    @cppfx.xyz

K