Re: Port to JOGL2 questions
Posted by
elect on
Jun 04, 2013; 3:13pm
URL: https://forum.jogamp.org/Port-to-JOGL2-questions-tp1845722p4029321.html
Martin wrote
Also, following lines of code don't build in the demos:
this.nurbs = glu.gluNewNurbsRenderer();
glu.gluBeginCurve(nurbs);
glu.gluEndCurve(nurbs);
using javax.media.opengl.glu.GLU
Hi, any news regarding this?