Major problems with GL.GL_QUADS or GL.MODELVIEW

classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

Major problems with GL.GL_QUADS or GL.MODELVIEW

burnie
Hey guys,

i have some major problems running jogl. In every tutorial about JOGL some people use the QUADS to draw cubes or something like that, but on my machine

gl.glBegin(GL.GL_QUADS);

GL.GL_QUADS canoot be resolved and i have no no idey why.

When somebody has an idea i would be very thankful
Reply | Threaded
Open this post in threaded view
|

Re: Major problems with GL.GL_QUADS or GL.MODELVIEW

burnie
wuah forgot to say,

im using the newst jogl release für windows i586 :)
Reply | Threaded
Open this post in threaded view
|

Re: Major problems with GL.GL_QUADS or GL.MODELVIEW

burnie
solved the problem

/close
Reply | Threaded
Open this post in threaded view
|

Re: Major problems with GL.GL_QUADS or GL.MODELVIEW

Bowie
I have the same problem! I would appreciate it if you could tell me how you solved the problem.

Thanks in advance.
Reply | Threaded
Open this post in threaded view
|

Re: Major problems with GL.GL_QUADS or GL.MODELVIEW

gouessej
Administrator
Hi

GL_QUADS is in GL2 in JOGL 2.0, no more in GL.
Julien Gouesse | Personal blog | Website