EgtInterface 1.6j1 :
- aggiunte funzioni per foto e textures.
This commit is contained in:
+2
-2
@@ -424,10 +424,10 @@ __stdcall EgtUnProjectPoint( int nWinX, int nWinY, double ptP[3])
|
||||
//-----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtLoadTexture( const wchar_t* wsName, const wchar_t* wsFile,
|
||||
double dMMxPix, double dDimX, double dDimY, BOOL bRepeat)
|
||||
double dMMxPix, double dDimX, double dDimY, int nRepeat)
|
||||
{
|
||||
return ( ExeLoadTexture( wstrztoA( wsName), wstrztoA( wsFile),
|
||||
dMMxPix, dDimX, dDimY, ( bRepeat != FALSE)) ? TRUE : FALSE) ;
|
||||
dMMxPix, dDimX, dDimY, nRepeat) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user