mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 09:23:03 -04:00
Don't use assimp/ prefix when including assimp files
This commit is contained in:
parent
e1ea1e8fb0
commit
758cd523e2
@ -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 "config_assimp.h"
|
||||
#include "virtualFileSystem.h"
|
||||
|
||||
#include "assimp/IOSystem.hpp"
|
||||
#include "IOSystem.hpp"
|
||||
|
||||
/**
|
||||
* Custom implementation of Assimp::IOSystem.
|
||||
|
@ -13,7 +13,7 @@
|
||||
|
||||
#include "pandaLogger.h"
|
||||
|
||||
#include "assimp/DefaultLogger.hpp"
|
||||
#include "DefaultLogger.hpp"
|
||||
|
||||
PandaLogger *PandaLogger::_ptr = NULL;
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user