Hi all,
has anyone seen this kind of distortions i JMEDesktop?
What could be the cause?
Looks like compression or that it is using a smaller texture size and scaling it up.
Cuold be a JVM problem?
What Java VM/JDK Version?
Thanks!
It's the latest JRE.
renanse said:
Looks like compression or that it is using a smaller texture size and scaling it up.
I agree. I cant see that the format is set anywhere in JMEDesktop. I was looking at the image-classes to see if I could find what the default format is but I couldn't find it.
If the format is GUESS it could be the cause.
What is the default format of a texture?
To me the image makes it seem more likely that the jmedesktop is creating a pbuffer/fbo that is too small… Just a guess though.
Never seen that. Probably a Vista-related issue? Did you try updating driver and vm? If yes, what resolution does the JMEDesktop actually use as texture size?
It's a friend computer and yes it's the latest drivers and vm and it's XP.
I think the desktop was 10241024 cause I created the desktop with the same dimensions as the display. ( I just changed that to 512512 but haven't tested it on his computer yet).
However, as you can see the problem occurs in TestJMEDesktop and TestJMEDesktopState as well and I haven't checked what the dimensions are in them.
Hmm, does this mean the card claims to support non-pow-2 textures but initialized pow-2? :? Strange
Glad it works for you now.