00001 00002 00003 typedef struct {int ip1, ip2; Point p1, p2; int typ;} TypTsuSur; 00004 // keeps data for one tesselated surface; 00005 // ip1, ip2 von-bis Pointer 00006 // p1, p2 ?? 00007 // typ ?? 00008 // size = 60 00009 00010 00011 00012 int TSU_tsu2tria_rec (Triangle *triTab, int *triNr, int triSiz, ObjGX *oxi, 00013 int *typ); 00014 00015 int TSU_box_Draw1 (int ptNr, Point *p2Tab, char dir, Vector *vc1); 00016 00017 00018 00019 //================================================================