wuying225 / softart

Automatically exported from code.google.com/p/softart
Other
0 stars 0 forks source link

Fixes potential issues of rasterization and interpolation of edge of triangle. #242

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Description:
  Because attributes of pixels which is outside of triangle is set to 0, some defects will appear on edge of triangles.
  We just need to rasterize triangle to 2x2 quad and external interpolation for outside pixels.

Original issue reported on code.google.com by wuye9036 on 11 Jul 2013 at 8:58

GoogleCodeExporter commented 9 years ago

Original comment by wuye9036 on 1 Sep 2013 at 6:57

GoogleCodeExporter commented 9 years ago
It is right for now because all 4x4 package was interpolated.

Original comment by wuye9036 on 4 Sep 2013 at 9:50