LWJGL Forum

Programming => OpenGL => Topic started by: carolus09 on June 23, 2007, 15:03:02

Title: NURBS and LWJGL
Post by: carolus09 on June 23, 2007, 15:03:02
Hello,
I am using LWJGL with SWT and Eclipse and have to render scientific plots. Is there a chance to use the NURBS-OpenGL functions from within LWJGL? I only found some NURBS error constans in the LWJGL code.
Best regards
Title: Re: NURBS and LWJGL
Post by: Matzon on June 23, 2007, 18:29:10
so far no one has come forth to do a nurbs implementation - so no.
Title: Re: NURBS and LWJGL
Post by: carolus09 on June 25, 2007, 11:25:43
That's a pity. I am not familiar with jni programming, but perhaps there is someone in the LWJGL community, who could implement the GLU calls like gluNewNurbsRenderer, gluNurbsCallback, gluNurbsCurve, gluNurbsProperty and gluNurbsSurface in the LWJGL interface. Previously I had a look at the experimental Eclipse SWT implementation of the OpenGL interface (class org.eclipse.opengl.GLU). Maybe this could be of help for the implementation.