#include "glc_colladatoworld.h"#include "../sceneGraph/glc_world.h"#include "../glc_fileformatexception.h"#include "../maths/glc_geomtools.h"#include "../glc_factory.h"#include "glc_xmlutil.h"Go to the source code of this file.
Variables | |
| static QString | prefixNodeId = "GLC_LIB_COLLADA_ID_" |
| static int | currentNodeId = 0 |
int currentNodeId = 0 [static] |
Definition at line 31 of file glc_colladatoworld.cpp.
Referenced by GLC_ColladaToWorld::GLC_ColladaToWorld(), and GLC_ColladaToWorld::loadNode().
QString prefixNodeId = "GLC_LIB_COLLADA_ID_" [static] |
Definition at line 30 of file glc_colladatoworld.cpp.
Referenced by GLC_ColladaToWorld::loadNode().