LWJGL using OpenGL to create circles #789
Unanswered
adamtyping
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi and thank you for a great library!
I am having issues creating a circle.
When I use glBegin or any of the gl calls i get:
Example using: 'gl.glBegin(GL.GL_TRIANGLES);':
'GL_TRIANGLES cannot be resolved or is not a field'
Example using: 'gl.glVertex2d(center.x, center.y);':
'The method glVertex2d(int, int) is undefined for the type GL'
I'm sorry for the noobness but thank you for your help!
If you need me to post any other of my code i would be happy to, and thank you for any info you can provide me!
Beta Was this translation helpful? Give feedback.
All reactions