OpenGL Discussion and Help Forums
>
DEVELOPERS
>
OpenGL coding: beginners
> drawing lines anyone????
PDA
View Full Version :
drawing lines anyone????
cali
10-02-2001, 11:47 PM
Does anyone know about how to draw lines?
I don' know what I am doing wrong....
Bob
10-02-2001, 11:52 PM
glBegin(GL_LINES);
glVertex(insertcoordinatehere);
glVertex(insertcoordinatehere);
glEnd();
Maybe you can tell us what you do, so we can say what's wrong.
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.