Hi. I’m using gluScaleImage and I received the following AssertionErrror:
[java] java.lang.AssertionError
[java] at net.java.games.jogl.impl.mipmap.Image.fill_image(Image.java:359)
[java] at net.java.games.jogl.impl.mipmap.Mipmap.gluScaleImage(Mipmap.java:560)
[java] at net.java.games.jogl.impl.GLUImpl.gluScaleImageJava(GLUImpl.java:515)
[java] at net.java.games.jogl.impl.GLUImpl.gluScaleImage(GLUImpl.java:973)
...
Does anyone know what the condition for this assertion is?
Thanks,
Andrew