EgtGraphics 1.6b4 :

- corretta visualizzazione boundary con mark.
This commit is contained in:
Dario Sassi
2015-02-15 17:36:09 +00:00
parent 045f3e480c
commit 1fa95f539f
2 changed files with 4 additions and 0 deletions
+4
View File
@@ -302,6 +302,10 @@ ObjOldGraphics::Draw( int nStat, int nMark, bool bSurfSha, bool bShowAux)
if ( ! bStartA || bShowAux)
glVertex3fv( iIter->m_fVal) ;
break ;
case OgAtom::BND_FLAG :
if ( ! bStartA || bShowAux)
glEdgeFlag( iIter->m_nFlag) ;
break ;
// non si imposta la normale sono solo curve
// non si impostano i colori, si usa quello di marcatura
}