Advertisement
elltyl325

mystery tool 2

Apr 11th, 2018
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.14 KB | None | 0 0
  1.     int i
  2.    
  3.     glBegin(GL_LINES);
  4.     for(i = 100; i > -100; i-= 10){
  5.         glVertex2f(start_x, start_y);
  6.         glVertex2f(end_x+i, end_y);
  7.     }
  8.   glEnd();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement