Re: [LIBART] Can anyone explain this problem?



On Thu, Sep 13, 2001 at 11:34:06PM -0700, Peter Montgomery wrote:
> Hi,
> 
>     I compiled LibArt and the test program.  When I ran it, I got errors
> in the images.  I decided to simplify the image being made and created a
> simple square with a one pixel vertical skew.  This is the code to fill
> the points...
[...] 
> 
> The image is attached below.  Can anyone shed any light on this?  I have
> tried compiling this under both VC++ on Windows and GCC on Linux and get
> the same results.

This really looks like you've got the winding backwards. Raw svp
filling is sensitive to the winding order. It has to be
counterclockwise.

Try it with the path wound in the opposite direction and see if that
helps.

Raph




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]