EgtGraphics :
- modifiche estetiche.
This commit is contained in:
+1
-1
@@ -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) ;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user