Draw normals in red

This commit is contained in:
hasufell 2014-05-12 23:02:22 +02:00
parent fe2698470a
commit d408b37eab
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020
1 changed files with 1 additions and 1 deletions

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,