EgtGraphics 1.5c7 :

- zoom all ora tiene conto dei soli oggetti visibili.
This commit is contained in:
Dario Sassi
2014-03-18 17:42:33 +00:00
parent 294546102d
commit 4a23361b97
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ bool
Scene::UpdateExtension( void)
{
BBox3d b3Ext ;
if ( m_pGeomDB == nullptr || ! m_pGeomDB->GetLocalBBox( GDB_ID_ROOT, b3Ext))
if ( m_pGeomDB == nullptr || ! m_pGeomDB->GetLocalBBox( GDB_ID_ROOT, b3Ext, BBF_ONLY_VISIBLE))
return false ;
return SetExtension( b3Ext) ;
}