OpenGL 1.3 for windows64

Hello,

I want to run my Java3D application on windows-64 platform. But installed version of Java3D (1.5) needs OpenGL1.3 or higher. Can anybody tell, what are the possible ways to upgrade to OpenGL1.3?

Thanks
Amit

It depends on your graphics card and drivers. You can find out your current version of OpenGL by using GLinfo which is here:

http://www.delphi3d.net/hardware/index.php

Getting the latest drivers for your graphics card may help you upgrade the OpenGL version. But if your card is out of date you may need to upgrade it.

Best of luck!

Thanks
I’ll do it.

Amit