Hello All,
I’m a newbie and I’m following a tutorial I found here
http://today.java.net/pub/a/today/2003/09/11/jogl2d.html
the code compiles fine but at runtime I get this
Exception in thread “main” net.java.games.jogl.GLException: Method “gluLookAt” not available
at net.java.games.jogl.impl.GLUImpl.gluLookAt(GLUImpl.java:874)
I just commented out the call to gluLookAt and I’ve been able to continue messing around but I’m perplexed as to what the problem is. I look inside jogl.jar and see that gluLookAt is an interface not a method, am I correct in thinking the actual implementation would be in the driver for my video card??
I’ve got a NVidia GeForce FX 5200 with latest NVidia drivers
OS is linux Fedora core 1
j2sdk1.4.2_03