@@ -39,7 +39,7 @@
#include "pandaIOSystem.h"
#include "pandaLogger.h"
-#include "assimp/postprocess.h"
+#include "postprocess.h"
struct BoneWeight {
CPT(JointVertexTransform) joint_vertex_xform;
@@ -20,8 +20,8 @@
#include "texture.h"
#include "pmap.h"
-#include "assimp/scene.h"
-#include "assimp/Importer.hpp"
+#include "scene.h"
+#include "Importer.hpp"
class Character;
class CharacterJointBundle;
@@ -16,7 +16,7 @@
#include "config_assimp.h"
-#include "assimp/IOStream.hpp"
+#include "IOStream.hpp"
class PandaIOSystem;
@@ -17,7 +17,7 @@
#include "virtualFileSystem.h"
-#include "assimp/IOSystem.hpp"
+#include "IOSystem.hpp"
/**
* Custom implementation of Assimp::IOSystem.
@@ -13,7 +13,7 @@
-#include "assimp/DefaultLogger.hpp"
+#include "DefaultLogger.hpp"
PandaLogger *PandaLogger::_ptr = NULL;
-#include "assimp/Logger.hpp"
+#include "Logger.hpp"
* Custom implementation of Assimp::Logger. It simply wraps around the