Hey everybody!
Does LWJGL NURBS functions (GLU) implementation exist?
I've not found functions like gluNewNurbsRenderer, gluNurbsProperty...in GLU Class but I've found all GLU_NURBS_ERRORX...
In fact, I want to create a trimmed surface (curved too) and there is a function called gluBeginTrim() in the original glu.h file, so it's a easy way to create a trimmed surface no?
What do you think about this? Tanks for reply!