hellow people,
i'm working working on a 3D game project. My program compiles fine but when it runs it gives me the following error:
Java 3D ERROR : wglGetExtensionsStringARB not support !
- The specified procedure could not be found.
Fallback to use standard ChoosePixelFormat.
Java 3D ERROR : OpenGL 1.2 or better is required (GL_VERSION=1.1)
Exception in thread "J3D-Renderer-1" java.lang.IllegalStateException: GL_VERSION
at javax.media.j3d.Canvas3D.createNewContext(Native Method)
at javax.media.j3d.Canvas3D.createNewContext(Canvas3D.java:2429)
at javax.media.j3d.Renderer.doWork(Renderer.java:747)
at javax.media.j3d.J3dThread.run(J3dThread.java:250)
I tried installing the latest version of openGL , but it still gives the same error.
I'm using GeForce4 MX Intergrated Graphics card on windows pro.