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…
Reference in New Issue