I made some texture atlases that are pow2 but they waste a lot of space and would prefer them to be npot. Also I have quite a few separate images I'm using for game menus and so on that didn't need to be added to a texture atlas for performance reasons and these are npot (and I'd need to change a lot of code to make them work from a texture atlas.)
I'm aware that having npot can be an issue on older phones but what about newer phones? We are targeting OS 4+ only for this game to filter out some crap ones. Also we don't mind if a reasonably small % of players just can't play it, doesn't matter. But if having npot cuts out a large amount of modern phones, then that's not good.
In this old thread there was some mention of monkey padding npot images (which would solve my proble). Does anyone know if that's actually true as there's no confirmation in thread: http://www.monkey-x.com/Community/posts.php?topic=1645
Thanks for any advice you can offer.
|