pixartist Posted August 15, 2015 Share Posted August 15, 2015 I have a container with several sprites which scales dynamically with the window size. Unfortunately the downscaling produces very pixelated edges for my sprites. Here you can see the effect: http://i.imgur.com/AzgiyjA.png Quote Link to comment Share on other sites More sharing options...
xerver Posted August 15, 2015 Share Posted August 15, 2015 The scaling is done linearly (by default) and can be nearest if you specify it. If that scaling mode doesn't produce the desired effect you will likely want to scale it outside the app. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.