Exmirai Posted May 30, 2014 Posted May 30, 2014 Could we load widescreen images? e.g: 1920 x 1080....
ensiform Posted May 30, 2014 Posted May 30, 2014 Nope. Rendering on the screen ie 2d/hud is hardcoded to be 640x480 virtual coordinates. Plus neither of those are power of two. And enforcing power of two textures is faster than scaling to closest power of two.
Xycaleth Posted May 30, 2014 Posted May 30, 2014 @ If you're going to suggest ideas, can you give reasons for adding the features. For example, what benefit does adding widescreen images provide?
Exmirai Posted May 30, 2014 Author Posted May 30, 2014 because some of the images become.... ugly after changing them from widescreen to power of-2, and subsequent stretching back to widescreen, for example ... BEFORE: AFTER: I think this will be enough: d
redsaurus Posted May 30, 2014 Posted May 30, 2014 So resize your widescreen image to a power of two rather than cropping it... Xycaleth likes this
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now