From: Sven G. <sgo...@ja...> - 2001-02-08 06:23:09
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Thursday 18 January 2001 19:58, you wrote: > Sorry if I just can't find it but how does GL4Java deal with OpenGL > extensions. I am researching porting my simple gaming engine to Java and > want to use GL4Java, but I require using OpenGL extensions. > > Thanks for any information > > -Brian > > > http://mp3.com/LowlandChalow > > well, GL4Java allready has support for OpenGL Extensions, which are tried to load dynamically (at run time) like the std. GL functions. You can check the supported functions with: >java gl4java.GLContext -info In the future more Extensions will be added, vendor specific extensions also .. So: just request extension !! sven - -- mailto:sgo...@ja... www : http://www.jausoft.com ; pgp: http://www.jausoft.com/gpg/ voice : +49-521-2399440, +49-170-2115963; fax: +49-521-2399442 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE6gjswHdOA30NoFAARAtShAJ9XWoGywBNuYl7tKkZmO1RK5si/NgCfZ4wo d/2XfmtBgaitJ/zk+wRkydM= =Au2m -----END PGP SIGNATURE----- |