25 typedef struct _xmlNode xmlNode;
26 typedef unsigned char xmlChar;
27 typedef struct _xmlDoc xmlDoc;
39 Parser(
int app_width,
int app_height,
int scene_width,
40 int scene_height, std::string media_path, std::string xmlFile);
45 std::string media_path;
46 void processElements(xmlNode *a_node);
47 void processObjects(xmlNode *a_node);
48 void processParams(xmlNode *a_node);
49 irr::video::SColor getScolor(xmlNode *mesh_node);
50 irr::core::vector3df getMeshVect(xmlNode *mesh_node, xmlChar *param);
51 irr::core::vector3df getSceneVect(xmlNode *mesh_node, xmlChar *param,
52 bool isScale =
false);
namespace of the flair Framework
Definition: Ahrs.h:19
Class defining a 3D vector.