From: Kenneth B. R. <kbr...@al...> - 2001-11-23 20:58:47
|
> The reason for the upgrade to XServer 4.1.0 was to get my old Voodoo II to > actually do something under X. Does anybody here know how I can turn on > hardware acceleration with gl4Java? This is automatic but might depend on the visual that is selected. You should be able to use GLDrawableFactory and GLCapabilities to choose a similar visual to that created in C code. Also keep in mind that GLJPanel and GLAnimJPanel are curently not hardware accelerated, as they render to an offscreen buffer and copy pixels to the screen; use GLCanvas or GLAnimCanvas instead. |