Hi,
i have switched from JOGL 1.1b04 to 1.1b10. After updating the OpenGL version decreased from 1.5.2 to 1.1.
…realy confusing because the driver are the same ???
System: XP
Renderer: GeforceFX (newest driver)
bienator
Hi,
i have switched from JOGL 1.1b04 to 1.1b10. After updating the OpenGL version decreased from 1.5.2 to 1.1.
…realy confusing because the driver are the same ???
System: XP
Renderer: GeforceFX (newest driver)
bienator
This is probably happening because the system is choosing a different pixel format than before and it isn’t hardware accelerated. Does this happen for all of the JOGL demos or just your application? Are you requesting out-of-the-ordinary values in your GLCapabilities object?
Thank you for the help. My application choosed the wrong Capability bits. Now everything works as before.