This commit is contained in:
parent
60b5326d52
commit
5b2be54bd9
7 changed files with 308 additions and 170 deletions
|
@ -88,7 +88,7 @@ public:
|
|||
~CMkLevel();
|
||||
|
||||
void SetAppDir(const char *Path);
|
||||
void Init(const char *InFilename,const char *OutFilename,const char *IncDir,int TPBase,int TPW,int TPH,int PakW,int PakH,bool LocalGeom);
|
||||
void Init(const char *InFilename,const char *OutFilename,const char *IncDir,int TPBase,int TPW,int TPH,int PakW,int PakH,bool LocalGeom,float SnapThesh);
|
||||
|
||||
void LoadModels();
|
||||
int AddModel(const char *Name,int TriStart,int TriCount);
|
||||
|
@ -201,6 +201,7 @@ protected:
|
|||
|
||||
int PakW,PakH;
|
||||
bool LocalGeom;
|
||||
float SnapThresh;
|
||||
|
||||
vector<sTri> OutTriList;
|
||||
vector<sQuad> OutQuadList;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue