Are NURBS supported by jogl yet? (I’ve tried running some of the nurb functions like glu.gluNewNurbsRenderer(); but seems like it “cannot resolve symbol” and I imported the
net.java.games.jogl.GLU; and net.java.games.jogl.GLUnurbs; classes ) If so, do I first create the a nurbs variable with " GLUnurbs nurbs; " and then nurbs = glu.gluNewNurbsRenderer(); ?
???
-Thanks in advance