Facebook
From Buff Plover, 8 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 418
  1. glBegin(GL_LINES); //linia
  2. for(int i=0; i<50; i++)
  3. glVertex3f(wierzcholek.pozycja[i], wierzcholek.pozycja[y], wierzcholek.pozycja[2]);
  4. glEnd();