This commit is contained in:
parent
a874dc9a73
commit
df62a0b7c6
@ -647,6 +647,7 @@ std::vector<CNode> const &SkinTree=ST->GetTree();
|
|||||||
|
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Load User Props - Loaded as Ini File
|
// Load User Props - Loaded as Ini File
|
||||||
|
/*
|
||||||
int PropCount=UserPropChunk.size();
|
int PropCount=UserPropChunk.size();
|
||||||
for (int Loop=0;Loop<PropCount;Loop++)
|
for (int Loop=0;Loop<PropCount;Loop++)
|
||||||
{
|
{
|
||||||
@ -667,7 +668,7 @@ int PropCount=UserPropChunk.size();
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Build Pruned Tree
|
// Build Pruned Tree
|
||||||
ResetPruneTree();
|
ResetPruneTree();
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
#include "matrix4x4.h"
|
#include "matrix4x4.h"
|
||||||
#include "quat.h"
|
#include "quat.h"
|
||||||
|
|
||||||
#include "IniClass.h"
|
//#include "IniClass.h"
|
||||||
|
|
||||||
|
|
||||||
/*****************************************************************************/
|
/*****************************************************************************/
|
||||||
@ -423,7 +423,7 @@ public:
|
|||||||
Quaternion apu;
|
Quaternion apu;
|
||||||
int Active;
|
int Active;
|
||||||
Matrix4x4 Mtx,WorldMtx;
|
Matrix4x4 Mtx,WorldMtx;
|
||||||
CIni UserProp;
|
// CIni UserProp;
|
||||||
|
|
||||||
std::vector<int> ChildList;
|
std::vector<int> ChildList;
|
||||||
std::vector<int> PruneChildList;
|
std::vector<int> PruneChildList;
|
||||||
|
Loading…
Reference in New Issue
Block a user