EgtGraphics :

- modifiche estetiche.
This commit is contained in:
Dario Sassi
2024-03-14 20:01:26 +01:00
parent fbe6c7232e
commit b11b39acbf
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -624,7 +624,7 @@ Scene::DrawGeoObj( const IGdbIterator& iIter, int nPass, const MdStMkCol& siObj)
pGraphics->AddBackMaterial( DGRAY) ;
for ( const auto& pCrv : vpCurve) {
PolyLine PL ;
if ( pCrv->ApproxWithLines(10 * EPS_SMALL, ANG_TOL_GRAPH_DEG, ICurve::APL_SPECIAL, PL))
if ( pCrv->ApproxWithLines( 10 * EPS_SMALL, ANG_TOL_GRAPH_DEG, ICurve::APL_SPECIAL, PL))
pGraphics->AddPolyLine( PL, false, true) ;
}
}