This commit is contained in:
parent
2b18408e9a
commit
948f32ea2e
8 changed files with 244 additions and 102 deletions
|
@ -63,7 +63,7 @@ struct sOutElem3d
|
|||
sElem3d Elem3d;
|
||||
CFaceStore FaceStore;
|
||||
// CList<u16> LocalVtxIdxList;
|
||||
int LocalVtxIdxStart;
|
||||
// int LocalVtxIdxStart;
|
||||
int LocalVtxIdxCount;
|
||||
int OTOfs;
|
||||
};
|
||||
|
@ -163,6 +163,9 @@ protected:
|
|||
|
||||
void ExpTri2Face(sExpTri &In,CFace &Out,bool ImportTex=true);
|
||||
|
||||
void CalcOtOfs(vector<sTri> &TList,vector<sVtx> &VtxList,int Start,int Count);
|
||||
void CalcOtOfs(vector<sQuad> &TList,vector<sVtx> &VtxList,int Start,int Count);
|
||||
|
||||
FILE *File;
|
||||
GString InFilename,InPath,LevelName,LevelFullName;
|
||||
GString OutName,OutIncName;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue