EgtGraphics 1.6r7 :
- correzione per visualizzazione frecce su curve composite.
This commit is contained in:
+1
-1
@@ -250,7 +250,7 @@ Scene::DrawGeoObj( const IGdbIterator& iIter, int nPass, const MdStMkCol& siObj)
|
||||
return false ;
|
||||
// calcolo la grafica
|
||||
PolyLine PL ;
|
||||
pCurve->ApproxWithLines( EPS_SMALL, ANG_TOL_GRAPH_DEG, ICurve::APL_STD, PL) ;
|
||||
pCurve->ApproxWithLines( EPS_SMALL, ANG_TOL_GRAPH_DEG, ICurve::APL_SPECIAL, PL) ;
|
||||
pGraphics->Clear() ;
|
||||
pGraphics->AddColor( siObj.colObj) ;
|
||||
pGraphics->AddPolyLine( PL) ;
|
||||
|
||||
Reference in New Issue
Block a user