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
so far no one has come forth to do a nurbs implementation - so no.
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.