lwjgl render issue

Started by illuminist, May 03, 2010, 08:00:17

Previous topic - Next topic

illuminist

I am new to OpenGL. I downloaded and installed lwjgl. After sometimes I noticed that there is a problem with rendering texture. It show wrong color in the program like color RGBA (0,0,0,0)(Transparent) is shown as (0,255,255,255)(Opaque sky blue). Also many more color that mismatch.

My program based on source from Prototyp. I also try to run Prototyp from source code that complied in my pc, it gave same result.



My program is written on NetBean 6.8 lwjgl 2.4.2
Prototyp complied on Eclipse lwjgl 2.2.2
Both use jre6 lib
Os Window7 64 bit

Thank in advance

basil

is that on a ATI GPU ? ... I'm having similar troubles. not too sure what it is about yet.

illuminist

Yes, I'm using ATI HD4570. I've never though that will be problem with GPU :o

illuminist

I still haven't solved this yet. Anyone has some suggestion?

Matzon


illuminist

Oh yeah! I got it.

But some texture still have wrong color.

Thank you very much. Now I can figure out how to fix it :)