EgtGraphics 1.5d4 :

- aggiunto comando TSC ShowMode
- correzione a GetCamera.
This commit is contained in:
Dario Sassi
2014-04-15 14:22:27 +00:00
parent 4364e26928
commit 401b66cc0e
4 changed files with 26 additions and 5 deletions
+1
View File
@@ -39,6 +39,7 @@ class SceExecutor : public ISceExecutor
bool ExecuteZoom( const std::string& sCmd2, const STRVECTOR& vsParams) ;
bool ExecuteCenter( const std::string& sCmd2, const STRVECTOR& vsParams) ;
bool ExecuteCamera( const std::string& sCmd2, const STRVECTOR& vsParams) ;
bool ExecuteShowMode( const std::string& sCmd2, const STRVECTOR& vsParams) ;
private :
IEGrScene* m_pScene ;