EgtGraphics :

- piccoli adattamenti.
This commit is contained in:
Dario Sassi
2015-06-21 16:57:00 +00:00
parent accc39b26a
commit 12739890ec
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -238,7 +238,7 @@ Scene::DrawGeoObj( const IGdbIterator& iIter, int nPass, const MdStMkCol& siObj)
return false ;
// calcolo la grafica
PolyLine PL ;
pCurve->ApproxWithLines( 0.005, 5, PL) ;
pCurve->ApproxWithLines( 0.005, 5, ICurve::APL_STD, PL) ;
pGraphics->Clear() ;
pGraphics->AddColor( siObj.colObj) ;
pGraphics->AddPolyLine( PL) ;