gluBuild2DMipmaps not implemented

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

gluBuild2DMipmaps not implemented

ikrishna_417
gluBuild2DMipmaps does not seem to be implemented in latest jogl ( refering to jogl.all.jar). Please let me know alternative option for me to implement mip mapping (2D &3D). I would also like to know reasons why a decision was made against implementation.

stack trace:

Exception in thread "AWT-EventQueue-0" javax.media.opengl.GLException: not implemented
        at javax.media.opengl.glu.GLU.gluBuild2DMipmaps(GLU.java:1512)
Reply | Threaded
Open this post in threaded view
|

Re: gluBuild2DMipmaps not implemented

ikrishna_417
Reply | Threaded
Open this post in threaded view
|

Re: gluBuild2DMipmaps not implemented

gouessej
Administrator
In reply to this post by ikrishna_417
Lol it is a typical porting mistake :) I did the same thing in the JOGL 2.0 renderer of Ardor3D.
Julien Gouesse | Personal blog | Website