Search found 156 matches

by xyzz
16 Jan 2018, 14:28
Forum: General Development
Topic: OpenMW on android flipped textures
Replies: 36
Views: 20221

Re: OpenMW on android flipped textures

If you want to get removed from readme/source code/etc just let me know or pull request it and I'll merge. It's using SDL 2.0.5 because they changed the api slightly in newer release so it doesn't link with the android port, I plan to update SDL2 eventually. It's also using android.toolchain.cmake f...
by xyzz
15 Jan 2018, 22:18
Forum: General Development
Topic: OpenMW on android flipped textures
Replies: 36
Views: 20221

Re: OpenMW on android flipped textures

I've tried commenting out that code in myguirendermanager.cpp and this makes videos, loading images flipped vertically but does nothing to text or main menu. edit: it seems inventory images are flipped regardless of me commenting out this code edit2: I also confirmed your guess about font being the ...
by xyzz
15 Jan 2018, 22:06
Forum: General Development
Topic: OpenMW on android flipped textures
Replies: 36
Views: 20221

Re: OpenMW on android flipped textures

I'm not sure I understand, how that would help you to use -lgl if I'm using GLESv1?
by xyzz
15 Jan 2018, 20:06
Forum: General Development
Topic: OpenMW on android flipped textures
Replies: 36
Views: 20221

Re: OpenMW on android flipped textures

Thanks for the pointer to myguirendermanager, I'll take a look at it. My port isn't using the opengl translation layer, it's using GLESv1 and that happens to mostly work as you can see. If osg is committed to supporting glesv2 or glesv3 that's also fine, it should work alright on android devices. (A...
by xyzz
15 Jan 2018, 14:30
Forum: General Development
Topic: OpenMW on android flipped textures
Replies: 36
Views: 20221

Re: OpenMW on android flipped textures

Thanks for your reply psi29a, I've edited the post to fix the images. All my changes are in these 3 repos: https://github.com/xyzz/android-port, https://github.com/xyzz/openmw/tree/android and https://github.com/xyzz/osg/tree/android-support (I already pull-requested that one here https://github.com...
by xyzz
15 Jan 2018, 01:43
Forum: General Development
Topic: OpenMW on android flipped textures
Replies: 36
Views: 20221

OpenMW on android flipped textures

Hello, I've been updating the android port and rewriting the build system, it almost works now but there's two problems I'm not sure how to approach: 1) the textures in main menu are flipped: https://i.imgur.com/YcfgX7x.jpg 2) the text looks broken https://i.imgur.com/ggWeHyi.jpg would appreciate an...