EgtInterface 1.6h3 :
- EgtExplodeSurface per trimesh e Region - Count invece di Nbr - normale a regione e conteggio chunk.
This commit is contained in:
+14
-7
@@ -28,16 +28,23 @@ __stdcall EgtInvertSurface( int nId)
|
||||
return ( ExeInvertSurface( vIds) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//-------------------------------------------------------------------------------
|
||||
int
|
||||
__stdcall EgtExplodeSurface( int nId, int* pnCount)
|
||||
{
|
||||
return ExeExplodeSurface( nId, pnCount) ;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
int
|
||||
__stdcall EgtExtractSurfFrChunkLoops( int nId, int nChunk, int nDestGrpId, int* pnCount)
|
||||
{
|
||||
return ExeExtractSurfFrChunkLoops( nId, nChunk, nDestGrpId, pnCount) ;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
int
|
||||
__stdcall EgtExtractSurfTmFacetLoops( int nId, int nFacet, int nDestGrpId, int* pnCount)
|
||||
{
|
||||
return ExeExtractSurfTmFacetLoops( nId, nFacet, nDestGrpId, pnCount) ;
|
||||
}
|
||||
|
||||
//-------------------------------------------------------------------------------
|
||||
int
|
||||
__stdcall EgtExplodeSurfTm( int nId, int* pnCount)
|
||||
{
|
||||
return ExeExplodeSurfTm( nId, pnCount) ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user