From: nader <nz...@st...> - 2001-10-31 01:26:18
|
Hi, when GL4Java is loading for the very first time, it spews out a lot of messages, such as: "GLINFO: loaded OpenGL library ... " or "GLINFO: %s (%d): not implemented !\n" May I suggest that an option be added to allow enabling/disabling of these messages from java. The way it is implemented right now is that it is hard-coded in: for example, see gltool.c, specifically line 542 which reads: #define GET_GL_PROCADDRESS(a) getGLProcAddressHelper (libGLName, libGLUName, (a), NULL, 1, 0); the 1 enables verbose and the 0 disables debug. Maybe in the next release, this feature can be added in. thanks for your work so far, nader |