Paul Speed
Paul Speed
Without actually looking at the code, my guess is that this is related to the way popups (at the JVM level) have to be configured in order to show up...
"node.getLocalTranslation().set() itself is actually a pretty valid code." ...only if you want to confuse the scene graph. If you do that, then you still end up having to call setLocalTranslation()...
In JME nifty uses its own viewport and stuff, I guess. If Nifty is not involved then someone should be able to make a test case that illustrates the issue...
re: update the AppSettings Width & Height ...I don't understand this. The app settings with and height are values the app sets. Not values that the app reads. What would...
To be honest, I always expect width/height to be the framebuffer size. Since I have no control over window placement, etc... I have no idea what size the window is...
Why would the width and height be different than what's in app settings? That's what I wonder about. It seems the crux of the issue, no?
If I tell JME to create a buffer 1280x720, I should get a buffer 1280x720. Getting the window the right size for that is up to JME. If the only...
Yeah, I don't know. I'm just saying from a user's perspective, there could be a dozen really good reasons I picked a very specific 'size'... whether because all of my...
I think it just needs the: BSD 3-Clause License ...line at the top. I tried that in one of my projects and it worked.
Renaming didn't seem to help. Now it's also in a weird state where I've edited the bullets to be 1., 2., etc. but if you view the raw file it...