On Sat, Oct 21, 2000 at 10:42:20PM +0200, Marcus Sundberg wrote:
> Lee <[EMAIL PROTECTED]> writes:
>
> > On Sat, 21 Oct 2000, Johannes Zellner wrote:
> > > Hello,
> > >
> > > is it possible to draw filled polygons in ggi?
> > I believe libXMI has this capability(miFillPolygon).
> >
> > I don't know about it's speed.
>
> It's quite nice if the target has an accelerated ggiDrawHLine().
btw.: why does ggi itself not provide a filled-polygon function ?
This could use the targets filled-polygon function if the target
provides one (e.g.: XFillPolygon) else use a built-in function
to call lower-level functions as ggiDrawHLine(). The advantage is
that the targets function might be accelerated.
--
Johannes