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
@@ -63,9 +63,9 @@ __stdcall EgtResetCurrPartLayer( void)
//-------------------------------------------------------------------------------
int
__stdcall EgtGetPartNbr( BOOL bOnlyVisible)
__stdcall EgtGetPartCount( BOOL bOnlyVisible)
{
return ExeGetPartNbr( ( bOnlyVisible != FALSE)) ;
return ExeGetPartCount( ( bOnlyVisible != FALSE)) ;
}
//-------------------------------------------------------------------------------