#include <tessint.h>

Public Member Functions |
|
| UVWMapperDesc () | |
| UVWMapperDesc (int type, float utile, float vtile, float wtile, int uflip, int vflip, int wflip, int cap, const Matrix3 &tm, int channel) | |
| UVWMapperDesc (UVWMapperDesc &m) | |
| void | ApplyMapper (Mesh *pMesh) |
| void | InvalidateMapping (Mesh *pMesh) |
| IOResult | Load (ILoad *iload) |
| IOResult | Save (ISave *isave) |
Public Attributes |
|
| int | channel |
| UVWMapperDesc | ( | ) | [inline] |
{channel=0;}
| UVWMapperDesc | ( | int | type, |
| float | utile, | ||
| float | vtile, | ||
| float | wtile, | ||
| int | uflip, | ||
| int | vflip, | ||
| int | wflip, | ||
| int | cap, | ||
| const Matrix3 & | tm, | ||
| int | channel | ||
| ) |
| UVWMapperDesc | ( | UVWMapperDesc & | m | ) | [inline] |
| void ApplyMapper | ( | Mesh * | pMesh | ) |
| void InvalidateMapping | ( | Mesh * | pMesh | ) |