EgtInterface 1.6x1 :

- aggiunta interfaccia per EgtGetSurfTmSilhouette.
This commit is contained in:
Dario Sassi
2016-12-12 09:30:07 +00:00
parent f7fd201905
commit e5ef0f4fdc
2 changed files with 7 additions and 0 deletions
+7
View File
@@ -70,6 +70,13 @@ __stdcall EgtExtractSurfFrChunkLoops( int nId, int nChunk, int nDestGrpId, int*
return ExeExtractSurfFrChunkLoops( nId, nChunk, nDestGrpId, pnCount) ;
}
//----------------------------------------------------------------------------
int
__stdcall EgtGetSurfTmSilhouette( int nId, const double vtDir[3], int nDestGrpId, int nRefType, int* pnCount)
{
return ExeGetSurfTmSilhouette( nId, vtDir, nDestGrpId, nRefType, pnCount) ;
}
//----------------------------------------------------------------------------
int
__stdcall EgtExtractSurfTmFacetLoops( int nId, int nFacet, int nDestGrpId, int* pnCount)