Hi everyone,
I have recently updated my project to jME 2.0 and the latest fenggui version. I've compiled my own version of fenggui to use lwjgl 2.0 alongside jME.
The problem is that my menus have all turned to the dreaded black and white boxes. Text, textures, and everything seems to not be displayed correctly.
I've read a post about almost exactly this same thing, but it wasn't resolved.
The odd thing is that it seems that a single frame gets through where the menus are rendered correctly with the textures. Then, they start rendering to black and white quads.
I've tried renderpasses and non-render passes and both where the same. I've tried adding:
for (RenderState r: Renderer.defaultStateList)
r.apply();
defaultTextureState.apply();
Before displaying the gui.
Any help is appreciated!