#include #define MAX_CPTS 25 GLfloat cpts[MAX_CPTS][3]; int ncpts = 0; static int width = 500, height = 500; void drawCurves() { int i; for(i=0; i