Hello,
I'm new to openGl and I need some help. I've draw a tree thanks to glLineWidth() like that :
glLineWidth(2);
glBegin(GL_LINES); //créer une ligne
glVertex3f(0,0,0);
...
Type: Posts; User: lilawood
Hello,
I'm new to openGl and I need some help. I've draw a tree thanks to glLineWidth() like that :
glLineWidth(2);
glBegin(GL_LINES); //créer une ligne
glVertex3f(0,0,0);
...