Include :

- aggiornamenti.
This commit is contained in:
Dario Sassi
2015-09-28 16:15:56 +00:00
parent fc87d37691
commit 63f4bbf687
3 changed files with 7 additions and 0 deletions
+3
View File
@@ -115,6 +115,9 @@ class IEGrScene
virtual bool GetGridSnapPointZ( bool bSketch, const Point3d& ptWin, const Point3d& ptGrid, Point3d& ptSel) = 0 ;
virtual int GetLastSnapId( void) = 0 ;
virtual bool GetLastSnapDir( Vector3d& vtDir) = 0 ;
// Texture
virtual bool LoadTexture( const std::string& sName, const std::string& sFile,
double dDimX, double dDimY, bool bRepeat) = 0 ;
} ;
//-----------------------------------------------------------------------------