Hello,
I have a problem with the upgrade of the line of text on the console.
when I write and send the first line is rendered correctly, but from the second time the line is not updated, and renders a portion of the first line equivalent to the size of the last row.
Can someone help me?
can you provide a screenshot please?
If you donât understand, I apologize because my english is bad.
Below is a screenshot with the problem:
- The first line renders correctly
- The second line renders correctly only if you have the same size as the first.
- In the third line is written âjmonkeyengineâ, but was rendered ânifty guiâ
I also have a problem with the drop down list below:
Should show a list like this: â800x600â, â1024x768â, â1400x900â, â1600x1050â
But only renders correctly in âmouse overâ
thanks for the screenshots! I honestly have no clue whatâs causing this issue O_o are you on some odd hardware with maybe a bad graphics driver or something? since youâve posted here youâre using jme3. can you try this with the native lwjgl nifty renderer for comparising? I can probably help you to set this up.
currently I donât have another idea and I havenât seen this odd behaviour mentioned somewhere else yet
Problem solved!
I changed the render to opengl1 and now itâs all right.
[java]newSettings.setRenderer(AppSettings.LWJGL_OPENGL1);[/java]
Thanks for the help.
If you switch to OpenGL1 mode youâre introducing a lot of issues that come with it.
Perhaps you can make a test case XML file that shows the issue?
The change is temporary, it solved my problem.
Soon I will do tests on better hardware with OpenGL 2 and put the results here.
I use only Builders Class, XML only for styles and controls.
But itâs probably the hardware, right?
It could be a lot of other things, I wouldnât say it has to be the hardware
I tested on another computer, and has been rendered correctly with OpenGL 2.
So I come to the conclusion that the problem is in hardware.