Main Menu

NURBS and LWJGL

Started by carolus09, June 23, 2007, 15:03:02

Previous topic - Next topic

carolus09

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

Matzon

so far no one has come forth to do a nurbs implementation - so no.

carolus09

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.