0

fixed top smooth lighting tesselation error

This commit is contained in:
Aaron Griffith
2011-10-18 09:56:01 -04:00
parent 0fa734d0c5
commit 4bddf2c78a
3 changed files with 67 additions and 7 deletions

View File

@@ -57,7 +57,8 @@ PyObject *draw_triangle(PyObject *dest, int inclusive,
int x1, int y1,
unsigned char r1, unsigned char g1, unsigned char b1,
int x2, int y2,
unsigned char r2, unsigned char g2, unsigned char b2);
unsigned char r2, unsigned char g2, unsigned char b2,
int tux, int tuy, int *touchups, unsigned int num_touchups);
/* forward declaration of RenderMode object */
typedef struct _RenderMode RenderMode;