Login  Register

Re: texture on NURBS surface with GLU doesn't show up

Posted by Sven Gothel on Sep 28, 2011; 5:37pm
URL: https://forum.jogamp.org/texture-on-NURBS-surface-with-GLU-doesn-t-show-up-tp3355176p3376785.html

On Tuesday, September 27, 2011 04:34:11 PM Manuel [via jogamp] wrote:
>
> Hello,
> I am so sorry to learn that.
> Do you know if there is any plan to complete the JOGL GLU implementation, at
> least to be able to map textures on GLU NURBS?
> Are there some people who are working on it?
> Manuel
>

'new GLUgl2();' should do the trick.

But using GLU.createGLU() or createGLU(GL)
as well. The 1st needs a current gl2 context,
the second a GL2 context as the argument to receive the GL2 GLU variant.

However, in the graph package there is a complete new GPU
accelerated variation of NURBS rendering.
Yes, we would need to add texture fetching for it,
now that you mention it :)

~Sven