method not implemented: gluScaleImage
Posted by OwenD on Jan 21, 2011; 8:56pm
URL: https://forum.jogamp.org/method-not-implemented-gluScaleImage-tp2304656.html
We are in the process of upgrading our applications from JOGL1 to JOGL2. One issue we've run into is the following error (I'm using autobuild b266):
Exception in thread "AWT-EventQueue-0" javax.media.opengl.GLException: not implemented
at javax.media.opengl.glu.GLU.gluScaleImage(GLU.java:1479)
Is there something in particular in the profile/capabilities initialization which must be done to enable gluScaleImage? Should I add an enhancement request to bugzilla?
Thanks.