Avatar of glitchized
glitchized
 asked on

OpenGL drawing shapes

currently i'm doing a simple paint drawing coding. my knowledge in OpenGL is quite low
I don't really understand the glVertex2d

Like i've attached the code and when i do the checking of the x and y cordinates with my mouse, it displays x = 211
y = 300

how isit link with the -1.0,-1.0?? is it due to the window size?
how do i convert it from 211, 300 to -1.0, -1.0??

and i'm drawing shapes using the mouse like a paint program, do i use glutDisplayFunc() to apply layers??
glBegin(GL_POINTS);
  glVertex2d(-1.0, -1.0);
    glEnd();

Open in new window

Game Programming

Avatar of undefined
Last Comment
jgordos

8/22/2022 - Mon
ASKER CERTIFIED SOLUTION
jgordos

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
jgordos

here's a handy link, too...

http://www.cse.msu.edu/~cse872/tutorial1.html

-john
All of life is about relationships, and EE has made a viirtual community a real community. It lifts everyone's boat
William Peck