Hello,
I just changed my computer and am now under Windows Vista.
The application I am developping with JOGL has now very low performance. GLCanvas and GLJPanel are now very slow.
Moreover, I used jre 1.5 and when the jvm launches, the aero in Vista disables… probably the reason why I am having poor performance.
When I use jre 1.6, Aero is still enabled, but i still have slow performance.
Could you please tell me why I have so poor performance (I read that it was because in Vista, Opengl is not really supported, and it used some emulation in DirectX)??
What can i do to improve my performance? Will there be another versionof the jvm more compatible with vista? Or another version of JOGL?
I am using the latest build JSR231 1.1.0.
Another problem I am having in Vista (whereas i don’t in XP) is a line of code that doesn’t work anymore :
gl.glTexParameteri(GL.GL_TEXTURE_2D, GL.GL_TEXTURE_WRAP_S, 0x812F);
I tried to use GL.GL_CLAMP_TO_EDGE instead of 0x812F, but still don’t work…
Thanks for your help.