| Problems On Linux [message #563704] |
Wed, 06 January 2010 08:46  |
Hasan Ceylan Messages: 198 Registered: July 2009 |
Senior Member |
|
|
Hello Everyone,
I have installed and setup my update site for GEF3D, Then I installed the GEF3D artifacts I checkout from CVS into my Eclipse environment.
Now I have a problem with LWJGL Initialization, I get exception at LwjglTextureFbo.initialize(). specifically:
int status =
EXTFramebufferObject.glCheckFramebufferStatusEXT(EXTFramebuf ferObject.GL_FRAMEBUFFER_EXT);
if (status != EXTFramebufferObject.GL_FRAMEBUFFER_COMPLETE_EXT) {
It seems like there's a problem with the capabilities. Then I went on and checked the lwjgl examples and found that there seems to nothing wrong at the lwjgl level.
So, is GEF3D supposed to work on Linux?
NB: I am not asking if *it is supported* but rather anyone could get it to work on Linux.
Regards,
Hasan Ceylan
|
|
|