From: Andrew S. <as...@in...> - 2003-11-12 12:33:26
|
John Hunter wrote: > Secondly, I am considering making a minor backend change for drawing > 2D solids (arcs, rectangles, polygons) in the Renderer. Rather than > calling the functions twice, once for edge and once for face, I would > like to define them like > Comments? Only one comment from me: make sure to leave a way for non-convex polygons. It should be possible to draw, for example, a 5 pointed star in which the fill shouldn't extend outside the edges. |