- //soll richtiges Bild erzeugen
- glVertex3f(x*3+1,y*3,depth);
- glVertex3f(x*3+2,y*3+1,depth);
- glVertex3f(x*3+1,y*3+2,depth);
- glVertex3f(x*3,y*3+1,depth);
- //erzeugt wirklich das richtige Bild
- glVertex3f(x*3+2,y*3,depth);
- glVertex3f(x*3+3,y*3+2,depth);
- glVertex3f(x*3+2,y*3+3,depth);
- glVertex3f(x*3,y*3+2,depth);