EgtGraphics 1.5b2 :

- aggiunta gestione ObjNewGraphics e ObjOldGraphics.
This commit is contained in:
Dario Sassi
2014-02-15 15:46:56 +00:00
parent 1636334642
commit 3e0e4e55a2
14 changed files with 497 additions and 32 deletions
+3
View File
@@ -245,6 +245,9 @@ Scene::RotateCamera( const Point3d& ptWinOld, const Point3d& ptWinNew)
bool
Scene::ZoomAll( void)
{
// aggiorno l'ingombro
UpdateExtension() ;
// traslo il centro di vista nel centro del box
Point3d ptExtCent ;
if ( ! m_b3ExtWorld.GetCenter( ptExtCent))