EgtInterface 2.6j1 :

- aggiunta interfaccia per EgtSurfTmSetFaceColor
- modificata interfaccia per EgtSetMark.
This commit is contained in:
Dario Sassi
2024-10-01 15:23:28 +02:00
parent 8ccd525a3d
commit 875656bbed
3 changed files with 9 additions and 2 deletions
+7
View File
@@ -133,6 +133,13 @@ __stdcall EgtSurfTmIntersect( int nId1, int nId2, BOOL bTwoColors)
return ( ExeSurfTmIntersect( nId1, nId2, ( bTwoColors != FALSE)) ? TRUE : FALSE) ;
}
//----------------------------------------------------------------------------
BOOL
__stdcall EgtSurfTmSetFaceColor( int nId, int nFacet, int nColor)
{
return ( ExeSurfTmSetFaceColor( nId, nFacet, nColor) ? TRUE : FALSE) ;
}
//----------------------------------------------------------------------------
BOOL
__stdcall EgtSurfTmResetTwoColors( int nId)
+2 -2
View File
@@ -108,9 +108,9 @@ __stdcall EgtGetCalcStatus( int nId, int* pnStat)
//-----------------------------------------------------------------------------
BOOL
__stdcall EgtSetMark( int nId)
__stdcall EgtSetMark( int nId, int nMark)
{
return ( ExeSetMark( nId) ? TRUE : FALSE) ;
return ( ExeSetMark( nId, nMark) ? TRUE : FALSE) ;
}
//-----------------------------------------------------------------------------
BIN
View File
Binary file not shown.