如何高效的绘制大量的小图形

I'm drawing several object in screen in below method..
there are one ras, one sl variables using repeatedly..


reset     ras
add path of A in ras
render ras with color of A

reset     ras
add path of B in ras
render ras with color of B

reset     ras
add path of C in ras
render ras with color of C
    .
    .
   
this way is good for few object..but in the case
there are many object..it seems not good for performance.

Give me some advice for better way..


你可能感兴趣的:(agg,agg::ellipse)