mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
proper use of phash_map
This commit is contained in:
parent
a01ef2534c
commit
d596a4a2af
@ -86,9 +86,9 @@ public:
|
||||
MayaEggTex *GetTex(const string &name, const string &fn);
|
||||
void CreateSkinCluster(MayaEggMesh *M);
|
||||
|
||||
typedef phash_map<EggVertexPool *, MayaEggMesh *> MeshTable;
|
||||
typedef phash_map<EggGroup *, MayaEggJoint *> JointTable;
|
||||
typedef phash_map<string, MayaEggTex *> TexTable;
|
||||
typedef phash_map<EggVertexPool *, MayaEggMesh *, pointer_hash> MeshTable;
|
||||
typedef phash_map<EggGroup *, MayaEggJoint *, pointer_hash> JointTable;
|
||||
typedef phash_map<string, MayaEggTex *, string_hash> TexTable;
|
||||
|
||||
MeshTable _mesh_tab;
|
||||
JointTable _joint_tab;
|
||||
|
Loading…
x
Reference in New Issue
Block a user