Assimp
v4.1. (December 2018)
|
Inherits CX3DImporter_NodeElement.
Public Member Functions | |
CX3DImporter_NodeElement_TextureTransform (CX3DImporter_NodeElement *pParent) | |
![]() | |
virtual | ~CX3DImporter_NodeElement () |
The destructor, virtual. More... | |
Public Attributes | |
aiVector2D | Center |
Specifies a translation offset in texture coordinate space about which the rotation and scale fields are applied. More... | |
float | Rotation |
Specifies a rotation in angle base units of the texture coordinates about the center point after the scale has been applied. More... | |
aiVector2D | Scale |
Specifies a scaling factor in S and T of the texture coordinates about the center point. More... | |
aiVector2D | Translation |
Specifies a translation of the texture coordinates. More... | |
![]() | |
std::list< CX3DImporter_NodeElement * > | Child |
Child elements. More... | |
std::string | ID |
ID of the element. Can be empty. In X3D synonym for "ID" attribute. More... | |
CX3DImporter_NodeElement * | Parent |
Parent element. If nullptr then this node is root. More... | |
const EType | Type |
This struct hold <TextureTransform> value.
|
inline |
Constructor
[in] | pParent | - pointer to parent node. |
aiVector2D CX3DImporter_NodeElement_TextureTransform::Center |
Specifies a translation offset in texture coordinate space about which the rotation and scale fields are applied.
float CX3DImporter_NodeElement_TextureTransform::Rotation |
Specifies a rotation in angle base units of the texture coordinates about the center point after the scale has been applied.
aiVector2D CX3DImporter_NodeElement_TextureTransform::Scale |
Specifies a scaling factor in S and T of the texture coordinates about the center point.
aiVector2D CX3DImporter_NodeElement_TextureTransform::Translation |
Specifies a translation of the texture coordinates.