Catmull–Clark subdivision surface/C: Difference between revisions

m
GL_LINE -> GL_LINES
m (add {{libheader|GLUT}})
m (GL_LINE -> GL_LINES)
Line 563:
else glColor3fv(color);
 
glBegin(GL_LINEGL_LINES);
glVertex3fv(&(e->v[0]->pos.x));
glVertex3fv(&(e->v[1]->pos.x));
Anonymous user