EgtGraphics 1.5c2 :

- migliorata gestione colore di default.
This commit is contained in:
Dario Sassi
2014-03-07 08:39:01 +00:00
parent 551bb713e4
commit 80a2a43cdc
4 changed files with 23 additions and 16 deletions
+1 -1
View File
@@ -113,7 +113,7 @@ Scene::DrawGroup( int nId)
if ( pIter->GetColor( cCol))
glColor3f( cCol.GetRed(), cCol.GetGreen(), cCol.GetBlue()) ;
else
glColor3f( 1, 1, 1) ;
glColor3f( m_colDef.GetRed(), m_colDef.GetGreen(), m_colDef.GetBlue()) ;
// lo disegno
if ( ! DrawGeoObj( pGeoObj))
return false ;