jME 3.10.0-beta1
jMonkeyEngine Hub
June 18, 2026
In 3.10.0-beta1 I see these warnings that were not previously present:
June 18, 2026 10:45:38 PM com.jme3.material.Material checkTextureParamColorSpace
WARNING: The texture Textures/skies/ramps/haze.png has linear color space, but the material parameter HazeAlphaMap specifies no color space requirement, this may lead to unexpected behavior.
Check if the image was not set to another material parameter with a linear color space, or that you did not set the ColorSpace to Linear using texture.getImage.setColorSpace().
(these are from SkyControl library)
Discussion in the ATmosphere