EgtGraphics :
- piccola miglioria in visualizzazione vettori (max dim freccia).
This commit is contained in:
+1
-1
@@ -205,7 +205,7 @@ Scene::DrawGeoObj( const IGdbIterator& iIter, int nPass, MdStMk siObj)
|
||||
return false ;
|
||||
// calcolo la grafica
|
||||
PolyLine PL ;
|
||||
pVector->GetDrawWithArrowHead( 0.1, PL) ;
|
||||
pVector->GetDrawWithArrowHead( 0.1, 10, PL) ;
|
||||
pGraphics->Clear() ;
|
||||
pGraphics->AddColor( cCol) ;
|
||||
pGraphics->AddPolyLine( PL) ;
|
||||
|
||||
Reference in New Issue
Block a user