Hi
I have been trying to use the function gluBuild3DMipmaps on win32 but i get the error:
net.java.games.jogl.GLException: This GLU 1.3 function is not available on Win32 platforms because Microsoft Windows ships with a GLU 1.2 implementation
My question is: is there a solution to this, are there some GLU 1.3 dll that I can ship with my app? in that case, where?
thanks in advance //
Gregof