Assimp  v4.1. (December 2018)
CAMFImporter_NodeElement_TexMap Struct Reference

Structure that define texture coordinates node. More...

Inherits CAMFImporter_NodeElement.

Public Member Functions

 CAMFImporter_NodeElement_TexMap (CAMFImporter_NodeElement *pParent)
 Constructor. More...
 
- Public Member Functions inherited from CAMFImporter_NodeElement
virtual ~CAMFImporter_NodeElement ()
 Destructor, virtual.. More...
 

Public Attributes

aiVector3D TextureCoordinate [3]
 Texture coordinates. More...
 
std::string TextureID_A
 Texture ID for alpha color component. More...
 
std::string TextureID_B
 Texture ID for blue color component. More...
 
std::string TextureID_G
 Texture ID for green color component. More...
 
std::string TextureID_R
 Texture ID for red color component. More...
 
- Public Attributes inherited from CAMFImporter_NodeElement
std::list< CAMFImporter_NodeElement * > Child
 Child elements. More...
 
std::string ID
 ID of element. More...
 
CAMFImporter_NodeElementParent
 Parent element. If nullptr then this node is root. More...
 
const EType Type
 Type of element. More...
 

Additional Inherited Members

- Public Types inherited from CAMFImporter_NodeElement
enum  EType {
  ENET_Color, ENET_Constellation, ENET_Coordinates, ENET_Edge,
  ENET_Instance, ENET_Material, ENET_Metadata, ENET_Mesh,
  ENET_Object, ENET_Root, ENET_Triangle, ENET_TexMap,
  ENET_Texture, ENET_Vertex, ENET_Vertices, ENET_Volume,
  ENET_Invalid
}
 Define what data type contain node element. More...
 
- Protected Member Functions inherited from CAMFImporter_NodeElement
 CAMFImporter_NodeElement (const EType pType, CAMFImporter_NodeElement *pParent)
 In constructor inheritor must set element type. More...
 

Detailed Description

Structure that define texture coordinates node.

Constructor & Destructor Documentation

◆ CAMFImporter_NodeElement_TexMap()

CAMFImporter_NodeElement_TexMap::CAMFImporter_NodeElement_TexMap ( CAMFImporter_NodeElement pParent)
inline

Constructor.

Parameters
[in]pParent- pointer to parent node.

Member Data Documentation

◆ TextureCoordinate

aiVector3D CAMFImporter_NodeElement_TexMap::TextureCoordinate[3]

Texture coordinates.

◆ TextureID_A

std::string CAMFImporter_NodeElement_TexMap::TextureID_A

Texture ID for alpha color component.

◆ TextureID_B

std::string CAMFImporter_NodeElement_TexMap::TextureID_B

Texture ID for blue color component.

◆ TextureID_G

std::string CAMFImporter_NodeElement_TexMap::TextureID_G

Texture ID for green color component.

◆ TextureID_R

std::string CAMFImporter_NodeElement_TexMap::TextureID_R

Texture ID for red color component.


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