#include "tools++.h"#include "txml.h"#include "TriBrep.h"#include "Rotation.h"#include "FacetBaseData.h"#include "MaterialParam.h"#include "MeshObjectData.h"

Go to the source code of this file.
Classes | |
| class | ColladaXML |
Namespaces | |
| namespace | jbxl |
Defines | |
| #define | COLLADA_STR_XMLNS "http://www.collada.org/2005/11/COLLADASchema" |
| #define | COLLADA_STR_AUTHOR "JBXL Collada Tools Library (C) 2014" |
| #define | COLLADA_STR_TOOL "JunkBox_Lib++ (http://www.nsl.tuis.ac.jp/)" |
| #define | COLLADA_X_UP 0 |
| #define | COLLADA_Y_UP 1 |
| #define | COLLADA_Z_UP 2 |
Functions | |
| void | freeColladaXML (ColladaXML *&xml) |
| #define COLLADA_STR_AUTHOR "JBXL Collada Tools Library (C) 2014" |
Definition at line 21 of file ColladaTool.h.
Referenced by ColladaXML::initCollada().
| #define COLLADA_STR_TOOL "JunkBox_Lib++ (http://www.nsl.tuis.ac.jp/)" |
Definition at line 22 of file ColladaTool.h.
Referenced by ColladaXML::initCollada().
| #define COLLADA_STR_XMLNS "http://www.collada.org/2005/11/COLLADASchema" |
Definition at line 20 of file ColladaTool.h.
Referenced by ColladaXML::initCollada().
| #define COLLADA_X_UP 0 |
Definition at line 25 of file ColladaTool.h.
Referenced by ColladaXML::initCollada().
| #define COLLADA_Y_UP 1 |
Definition at line 26 of file ColladaTool.h.
Referenced by ColladaXML::initCollada().
| #define COLLADA_Z_UP 2 |
Definition at line 27 of file ColladaTool.h.
1.6.1