With the introduction of StbImageLoader in #2718, the AWTLoader was deprecated and considered for removal. However, StbImageLoader doesn't provide public methods for loading textures with the flipY argument, which AWTLoader implements here:
|
public Image load(InputStream in, boolean flipY) throws IOException{ |
and here:
|
public Image load(BufferedImage img, boolean flipY){ |
With the introduction of
StbImageLoaderin #2718, theAWTLoaderwas deprecated and considered for removal. However,StbImageLoaderdoesn't provide public methods for loading textures with theflipYargument, which AWTLoader implements here:jmonkeyengine/jme3-desktop/src/main/java/com/jme3/texture/plugins/AWTLoader.java
Line 184 in c46a9bb
and here:
jmonkeyengine/jme3-desktop/src/main/java/com/jme3/texture/plugins/AWTLoader.java
Line 110 in c46a9bb