From: Drake W. <dr...@er...> - 2003-08-13 11:30:58
|
Hi, I wrote a small 3d engine over gl4java about a year. I went back to it and I'm having some troubles. I now upgraded my computer from a 1ghz / Geforce2mx up to a 2.4ghz / Radeon9700... And now my performance down right sucks. Am I doing anything wrong? I'm calling setUseRepaint(false) <but still calling repaint method on the GLAnimCanvas> I have setUseFpsSleep(false) and setUseYield(false)... I'm assuming that there is one setting that I just can't use on the Radeon that is causing most of the troubles. Many of the demos are also slower. Trouble is I want to use it with an OLDER ATI card (an Radeon7000 that works with an arcade monitor) Any suggestions (other then get out my old Geforce2mx card : ) Thanks! |