1
0
Fork 0
This commit is contained in:
MrDev023 2015-07-22 09:58:00 +02:00
parent be325c87c6
commit 1ded694712
9 changed files with 62 additions and 17 deletions

View file

@ -65,6 +65,7 @@ public class SoloGame extends Game implements GameInterface{
float s = 1;
glPolygonMode(GL_FRONT_AND_BACK, GL_LINE);
glDisable(GL_CULL_FACE);
glColor3f(1, 1, 1);
glLineWidth(2);
glBegin(GL_QUADS);
glVertex3f(x,y,z);