mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
Fix 32-bit Windows compilation issue with Eigen
This commit is contained in:
parent
0c6638b99c
commit
93e8d4d5f5
@ -19,6 +19,7 @@
|
|||||||
#include "typedReferenceCount.h"
|
#include "typedReferenceCount.h"
|
||||||
#include "typeHandle.h"
|
#include "typeHandle.h"
|
||||||
#include "eggTable.h"
|
#include "eggTable.h"
|
||||||
|
#include "epvector.h"
|
||||||
|
|
||||||
#include "pre_fcollada_include.h"
|
#include "pre_fcollada_include.h"
|
||||||
#include "FCollada.h"
|
#include "FCollada.h"
|
||||||
@ -49,7 +50,7 @@ public:
|
|||||||
const FCDSceneNode *_scene_node;
|
const FCDSceneNode *_scene_node;
|
||||||
DaeCharacter *_character;
|
DaeCharacter *_character;
|
||||||
};
|
};
|
||||||
typedef pvector<Joint> Joints;
|
typedef epvector<Joint> Joints;
|
||||||
typedef pmap<string, Joint> JointMap;
|
typedef pmap<string, Joint> JointMap;
|
||||||
|
|
||||||
void bind_joints(JointMap &joint_map);
|
void bind_joints(JointMap &joint_map);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user