Draw normals in red
This commit is contained in:
parent
fe2698470a
commit
d408b37eab
@ -76,7 +76,7 @@ static void draw_normals(HE_obj const * const obj)
|
|||||||
glPushMatrix();
|
glPushMatrix();
|
||||||
|
|
||||||
glLineWidth(3);
|
glLineWidth(3);
|
||||||
glColor3f(1.0, 1.0, 1.0);
|
glColor3f(1.0, 0.0, 0.0);
|
||||||
|
|
||||||
glBegin(GL_LINES);
|
glBegin(GL_LINES);
|
||||||
glVertex3f(obj->vertices[i].vec->x,
|
glVertex3f(obj->vertices[i].vec->x,
|
||||||
|
Loading…
Reference in New Issue
Block a user