On Thursday 15 November 2001 15:43, Micah Dowty wrote:
> I have the code integrated into pgserver in CVS now. However, there
> are some problems with clipping and scaling.
>
> The filled polygon makes no attempt to implement clipping, so it
> will gladly write anywhere on or off the screen. I also
I have the code integrated into pgserver in CVS now. However, there are some
problems with clipping and scaling.
The filled polygon makes no attempt to implement clipping, so it will gladly
write anywhere on or off the screen. I also noticed that the ellipse and filled
ellipse do not implement c
Uh.., someone asked for this a long time ago :). Anyway, I reposted
it on ftp, it's the same one that I sent as my "final" patch a long
time ago. Anyway..., it's not forward ported, that will be left as
an excercise to the reader :).
(Though I may be convinced to forward port it myself, but
Okay, on ftp://ftp.minirl.com/pub/picogui/pgserver-poly-fin.diff is what I
believe to be the completely fixed polygon patch :).
I sort of threw in the max/min exclusion vertice algorithm at the last minute
a few days ago, and this version reflects a good deal of refinement of that
algorithm.