Hi, I am using jogl 1.1.0-b07 and get some errors when calling glu.gluUnProject(int sx, int sy, int sz, double[] model, double[]proj, int[] viewport, double[] objX, double[] objY, double[]objZ);
java.lang.NoSuchMethodError: net.java.games.jogl.GLU.gluUnProject(DDD[D[D[I[D[D[D)I
I’ve included the type of the parameters above so that you can see what I’m passing to it. Does anybody know if the method changed or is it missing.
John