This commit is contained in:
parent
8cbe787841
commit
bad8fa425e
9 changed files with 44 additions and 138 deletions
|
@ -203,6 +203,7 @@ int ListSize=Skel.size();
|
|||
sGinSkel &ThisBone=Skel[i];
|
||||
int VtxStart=FaceList.GetVtxCount();
|
||||
int FaceListSize=ThisBone.FaceList.GetFaceCount();
|
||||
|
||||
if (FaceListSize)
|
||||
{
|
||||
ThisBone.Bone.TriStart=FaceList.GetFaceCount();
|
||||
|
@ -234,15 +235,15 @@ int ListSize=Skel.size();
|
|||
//***************************************************************************
|
||||
void CMkActor3d::Process()
|
||||
{
|
||||
ProcessSkel(1,-1);
|
||||
BuildSkelOut();
|
||||
printf("Skel has %i bones\n",Skel.size());
|
||||
|
||||
FaceList.SetTexBasePath(InPath);
|
||||
FaceList.SetTexOut(OutFile+".Tex",TPageBase,TPageWidth,TPageHeight);
|
||||
FaceList.SetTexDebugOut(OutFile+".Lbm");
|
||||
if (!IncludeFile.Empty()) FaceList.SetTexInclude(IncludeFile);
|
||||
|
||||
ProcessSkel(1,-1);
|
||||
BuildSkelOut();
|
||||
printf("Skel has %i bones\n",Skel.size());
|
||||
|
||||
int ListSize=ExtraTex.size();
|
||||
for (int i=0; i<ListSize; i++)
|
||||
{
|
||||
|
|
|
@ -40,7 +40,6 @@ private:
|
|||
|
||||
CFaceStore FaceList;
|
||||
|
||||
CTexGrab TexGrab;
|
||||
sActor3dHdr FileHdr;
|
||||
FILE *File;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue