Stephen Gold

Results 451 comments of Stephen Gold

Thanks for your contribution. I'm unsure when/if there will be a new release. The changes seem very straightforward; I don't think a migration guide will be needed.

What if, instead of a global default `FrameInterpolator` there were one default instance per thread? Would that resolve this issue?

This PR adds 37 Java source files. Please add the JME license (with appropriate year(s)) at the top of each file.

Adding a mode flag would break existing apps that don't assume the default mode. I still think this is fixable without breaking apps.

I re-tested with LWJGL 3.3.2+13 (master branch at hash 76ebd14) and reproduced this issue.

Because of the following code https://github.com/jMonkeyEngine/jmonkeyengine/blob/aaabd104771019e1a627696a98f5de5794c3c4cc/jme3-lwjgl/src/main/java/com/jme3/system/lwjgl/LwjglAbstractDisplay.java#L166 assertions must be enabled in order to reproduce this crash. @Ali-RS Please check whether assertions are enabled in your test environment.

I'm still able to reproduce this issue in "master" branch. With Linux, LWJGL v2.9.5, NVIDIA GeForce graphics, and Core 3.2 profile: ```console Feb 10, 2023 9:34:03 AM com.jme3.system.JmeDesktopSystem initialize INFO:...