We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 983d2b4 commit 77eff09Copy full SHA for 77eff09
main.cpp
@@ -197,16 +197,17 @@ void display(void)
197
{
198
glColor3f(128/255.0,222/255.0,234/255.0);
199
glBegin(GL_POLYGON);
200
- glVertex3f(-250,-200.0,-200.0);
201
glVertex3f(-250,-190.0,-200.0);
202
- glVertex3f(-250+(int)timepercent,-190.0,-200.0);
203
- glVertex3f(-250+(int)timepercent,-200.0,-200);
+ glVertex3f(-250,-180.0,-200.0);
+ glVertex3f(-250+(int)timepercent,-180.0,-200.0);
+ glVertex3f(-250+(int)timepercent,-190.0,-200);
204
glEnd();
205
+ glColor3f(1,1,244/255.0);
206
glBegin(GL_LINE_LOOP);
- glVertex3f(-252,-202.0,-200.0);
207
- glVertex3f(-252,-188.0,-200.0);
208
- glVertex3f(-252+500,-188.0,-200.0);
209
- glVertex3f(-252+500,-202.0,-200);
+ glVertex3f(-250,-192.0,-200.0);
+ glVertex3f(-250,-178.0,-200.0);
+ glVertex3f(-250+500,-178.0,-200.0);
210
+ glVertex3f(-250+500,-192.0,-200);
211
212
instructText((char*)cstr,-250,-175,-200);
213
nav();
0 commit comments