Failed to PASS test case: jme3test.awt.TestCanvas on jme-3.7.0 with lwjgl3

If you want to disable the srgb (gamma correction) option you can do it as follows:

AppSettings settings = new AppSettings(true);
settings.setGammaCorrection(false);

It seems that the “effective data” indicates that srgb should be disabled…

1 Like