Assimp
v3.1.1 (June 2014)
|
Helper class representing texture coordinate transformations. More...
Inherits aiUVTransform.
Public Member Functions | |
void | GetMatrix (aiMatrix3x3 &mOut) |
Build a 3x3 matrix from the transformations. More... | |
bool | IsUntransformed () const |
Returns whether this is an untransformed texture coordinate set. More... | |
bool | operator!= (const STransformVecInfo &other) const |
bool | operator== (const STransformVecInfo &other) const |
Compare two transform setups. More... | |
STransformVecInfo () | |
![]() | |
aiUVTransform () | |
Public Attributes | |
unsigned int | lockedPos |
Locked destination UV index AI_TT_UV_IDX_LOCK_TBD - to be determined AI_TT_UV_IDX_LOCK_NONE - none (default) More... | |
aiTextureMapMode | mapU |
Texture mapping mode in the u, v direction. More... | |
aiTextureMapMode | mapV |
std::list< TTUpdateInfo > | updateList |
Update info - shortcuts into all materials that are referencing this transform setup. More... | |
unsigned int | uvIndex |
Source texture coordinate index. More... | |
![]() | |
float | mRotation |
Rotation - in counter-clockwise direction. More... | |
aiVector2D | mScaling |
Scaling on the u and v axes. More... | |
aiVector2D | mTranslation |
Translation on the u and v axes. More... | |
Helper class representing texture coordinate transformations.
|
inline |
|
inline |
Build a 3x3 matrix from the transformations.
|
inline |
Returns whether this is an untransformed texture coordinate set.
|
inline |
|
inline |
Compare two transform setups.
unsigned int Assimp::STransformVecInfo::lockedPos |
Locked destination UV index AI_TT_UV_IDX_LOCK_TBD - to be determined AI_TT_UV_IDX_LOCK_NONE - none (default)
aiTextureMapMode Assimp::STransformVecInfo::mapU |
Texture mapping mode in the u, v direction.
aiTextureMapMode Assimp::STransformVecInfo::mapV |
std::list<TTUpdateInfo> Assimp::STransformVecInfo::updateList |
Update info - shortcuts into all materials that are referencing this transform setup.
unsigned int Assimp::STransformVecInfo::uvIndex |
Source texture coordinate index.