From: Sven G. <sgo...@ja...> - 2001-12-11 05:31:47
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Tuesday 11 December 2001 06:09, Kenneth B. Russell wrote: > > I think the way to get more speed out of GLJPanel is to avoid the > pixel copy that is occurring now, by keeping track of where the > GLJPanel is within the component hierarchy, clipping the OpenGL > rendering region appropriately, and drawing directly to the > heavyweight component to take advantage of hardware acceleration. > This won't work if the component is partially occluded, but that > rarely happens and the system could revert back to the current > pixel copy in that case. > > I'm pretty sure this technique was used in the now-defunct > Magician Java binding for OpenGL and is discussed in the author's > book: > > http://www.symbolstone.org/technology/java/nmbook/ > anybody intersting in implementing such a nice thing ? or should we just use the solution of a native awt component ? (allready discussed ..) cheers, sven - -- health & wealth mailto:sgo...@ja... www : http://www.jausoft.com ; pgp: http://www.jausoft.com/gpg/ voice : +49-521-2399440 ; fax : +49-521-2399442 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE8FZo5HdOA30NoFAARAt6+AJwO8xH0c2hG2pbqnE9qk+GZRIX1YgCgnOWS uLHkfHoJaNQQekpm6wNyvp8= =+JOF -----END PGP SIGNATURE----- |