Draw normals in red

This commit is contained in:
2014-05-12 23:02:22 +02:00
parent fe2698470a
commit d408b37eab

View File

@@ -76,7 +76,7 @@ static void draw_normals(HE_obj const * const obj)
glPushMatrix();
glLineWidth(3);
glColor3f(1.0, 1.0, 1.0);
glColor3f(1.0, 0.0, 0.0);
glBegin(GL_LINES);
glVertex3f(obj->vertices[i].vec->x,