EgtInterface 1.6h3 :

- EgtExplodeSurface per trimesh e Region
- Count invece di Nbr
- normale a regione e conteggio chunk.
This commit is contained in:
Dario Sassi
2015-08-18 07:40:36 +00:00
parent a0f4898de2
commit 8d01a7ad93
6 changed files with 43 additions and 16 deletions
+2 -2
View File
@@ -29,9 +29,9 @@ __stdcall EgtInitMachMgr( const wchar_t* wsMachinesDir)
//-----------------------------------------------------------------------------
int
__stdcall EgtGetMachGroupNbr( void)
__stdcall EgtGetMachGroupCount( void)
{
return ExeGetMachGroupNbr() ;
return ExeGetMachGroupCount() ;
}
//-----------------------------------------------------------------------------