#include <colladaformat.h>
Static Public Member Functions | |
template<typename MESHMODELTYPE > | |
static XMLDocument * | createColladaDocument (const MESHMODELTYPE &m, const int mask) |
static void | destroyColladaDocument (XMLDocument *doc) |
Static Private Member Functions | |
static void | connectHierarchyNode (XMLInteriorNode *node0, XMLInteriorNode *node1, XMLInteriorNode *node2) |
static void | connectHierarchyNode (XMLInteriorNode *node0, XMLInteriorNode *node1, XMLInteriorNode *node2, XMLInteriorNode *node3) |
static void | connectHierarchyNode (XMLInteriorNode *node0, XMLInteriorNode *node1, XMLInteriorNode *node2, XMLInteriorNode *node3, XMLNode *node4) |
static void | connectHierarchyNode (XMLInteriorNode *node0, XMLInteriorNode *node1, XMLLeafNode *leaf) |
template<typename MESHMODELTYPE > | |
static void | splitMeshInTexturedPatches (const MESHMODELTYPE &m, QVector< QVector< int > > &patches) |
Definition at line 803 of file colladaformat.h.
static void Collada::DocumentManager::connectHierarchyNode | ( | XMLInteriorNode * | node0, | |
XMLInteriorNode * | node1, | |||
XMLInteriorNode * | node2 | |||
) | [inline, static, private] |
Definition at line 827 of file colladaformat.h.
static void Collada::DocumentManager::connectHierarchyNode | ( | XMLInteriorNode * | node0, | |
XMLInteriorNode * | node1, | |||
XMLInteriorNode * | node2, | |||
XMLInteriorNode * | node3 | |||
) | [inline, static, private] |
Definition at line 820 of file colladaformat.h.
static void Collada::DocumentManager::connectHierarchyNode | ( | XMLInteriorNode * | node0, | |
XMLInteriorNode * | node1, | |||
XMLInteriorNode * | node2, | |||
XMLInteriorNode * | node3, | |||
XMLNode * | node4 | |||
) | [inline, static, private] |
Definition at line 812 of file colladaformat.h.
static void Collada::DocumentManager::connectHierarchyNode | ( | XMLInteriorNode * | node0, | |
XMLInteriorNode * | node1, | |||
XMLLeafNode * | leaf | |||
) | [inline, static, private] |
Definition at line 806 of file colladaformat.h.
static XMLDocument* Collada::DocumentManager::createColladaDocument | ( | const MESHMODELTYPE & | m, | |
const int | mask | |||
) | [inline, static] |
Definition at line 849 of file colladaformat.h.
static void Collada::DocumentManager::destroyColladaDocument | ( | XMLDocument * | doc | ) | [inline, static] |
Definition at line 1141 of file colladaformat.h.
static void Collada::DocumentManager::splitMeshInTexturedPatches | ( | const MESHMODELTYPE & | m, | |
QVector< QVector< int > > & | patches | |||
) | [inline, static, private] |
Definition at line 834 of file colladaformat.h.