|
Assimp
v4.1. (December 2018)
|
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 () AI_NO_EXCEPT | |
Public Member Functions inherited from aiUVTransform | |
| aiUVTransform () AI_NO_EXCEPT | |
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... | |
Public Attributes inherited from aiUVTransform | |
| ai_real | 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.