Don't use assimp/ prefix when including assimp files

This commit is contained in:
rdb 2016-10-27 12:37:00 +02:00
parent e1ea1e8fb0
commit 758cd523e2
6 changed files with 7 additions and 7 deletions

View File

@ -39,7 +39,7 @@
#include "pandaIOSystem.h"
#include "pandaLogger.h"
#include "assimp/postprocess.h"
#include "postprocess.h"
struct BoneWeight {
CPT(JointVertexTransform) joint_vertex_xform;

View File

@ -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;

View File

@ -16,7 +16,7 @@
#include "config_assimp.h"
#include "assimp/IOStream.hpp"
#include "IOStream.hpp"
class PandaIOSystem;

View File

@ -17,7 +17,7 @@
#include "config_assimp.h"
#include "virtualFileSystem.h"
#include "assimp/IOSystem.hpp"
#include "IOSystem.hpp"
/**
* Custom implementation of Assimp::IOSystem.

View File

@ -13,7 +13,7 @@
#include "pandaLogger.h"
#include "assimp/DefaultLogger.hpp"
#include "DefaultLogger.hpp"
PandaLogger *PandaLogger::_ptr = NULL;

View File

@ -16,7 +16,7 @@
#include "config_assimp.h"
#include "assimp/Logger.hpp"
#include "Logger.hpp"
/**
* Custom implementation of Assimp::Logger. It simply wraps around the