EgtGraphics 1.6v8 :

- migliorata velocità di visualizzazione oggetti con triangoli su nuova e vecchia grafica.
This commit is contained in:
Dario Sassi
2016-10-31 09:17:51 +00:00
parent cde25533e7
commit 527f077461
5 changed files with 39 additions and 19 deletions
+1 -1
View File
@@ -363,7 +363,7 @@ Scene::DrawGeoObj( const IGdbIterator& iIter, int nPass, const MdStMkCol& siObj)
POLYLINELIST lstPL ;
for ( int k = 0 ; k < 3 ; ++ k) {
switch ( k) {
default : pGraphics->AddColor( BLUE) ; break ;
case 0 : pGraphics->AddColor( BLUE) ; break ;
case 1 : pGraphics->AddColor( RED) ; break ;
case 2 : pGraphics->AddColor( GREEN) ; break ;
}