Some cleaning up.
This commit is contained in:
parent
6af296409a
commit
1180e576fa
5 changed files with 166 additions and 163 deletions
|
@ -14,7 +14,7 @@ void OpenGlInterface::draw()
|
|||
glOrtho(-1.0, 1.0, -1.0, 1.0, -1.0, 1.0);
|
||||
|
||||
glBegin(GL_TRIANGLES);
|
||||
glVertex3f(-0.7, 0.7, 0);
|
||||
glVertex3f(-0.7, 0.7, 0);
|
||||
glVertex3f(0.7, 0.7, 0);
|
||||
glVertex3f(0, -1, 0);
|
||||
glEnd();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue