New version of rotate handlers. I like it! Now the rest of you ;)

This commit is contained in:
2005-03-19 18:54:45 +00:00
parent dd17f7e725
commit e07f2f1226
2 changed files with 141 additions and 47 deletions

View File

@@ -337,7 +337,7 @@ void drawLine(float *center, float *dir, char axis, short options)
glColor3ubv(col2);
setlinestyle(0);
glLineWidth(3.0);
glLineWidth(2.0);
glBegin(GL_LINE_STRIP);
glVertex3fv(v1);
glVertex3fv(v2);