EgtInterface 2.6j1 :
- aggiunta interfaccia per EgtSurfTmSetFaceColor - modificata interfaccia per EgtSetMark.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user