Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Andengine GLES2 的 Anchor Center 分支。当我进行屏幕截图时,它保存的文件使图像垂直翻转。有谁知道如何解决这个问题,或者如何垂直翻转位图?
我假设这是因为在这个分支中,原点 (0,0) 位于左下角,而不是左上角。
在引擎盖下它使用 GL20.drawPixels(),如果有帮助的话。
感谢您的帮助,提前。