Assimp
v3.1.1 (June 2014)
|
Structure that define triangle node. More...
Inherits CAMFImporter_NodeElement.
Public Member Functions | |
CAMFImporter_NodeElement_Triangle (CAMFImporter_NodeElement *pParent) | |
Constructor. More... | |
![]() | |
virtual | ~CAMFImporter_NodeElement () |
Destructor, virtual.. More... | |
Public Attributes | |
size_t | V [3] |
Triangle vertices. More... | |
![]() | |
std::list< CAMFImporter_NodeElement * > | Child |
Child elements. More... | |
std::string | ID |
ID of element. More... | |
CAMFImporter_NodeElement * | Parent |
Parent element. If nullptr then this node is root. More... | |
const EType | Type |
Type of element. More... | |
Additional Inherited Members | |
![]() | |
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... | |
![]() | |
CAMFImporter_NodeElement (const EType pType, CAMFImporter_NodeElement *pParent) | |
In constructor inheritor must set element type. More... | |
Structure that define triangle node.
|
inline |
Constructor.
[in] | pParent | - pointer to parent node. |
size_t CAMFImporter_NodeElement_Triangle::V[3] |
Triangle vertices.