UltraStar-Deluxe / USDX

The free and open source karaoke singing game UltraStar Deluxe, inspired by Sony SingStarâ„¢
https://usdx.eu
GNU General Public License v2.0
832 stars 160 forks source link

Avatars: better filtering #413

Open MairusuPawa opened 8 years ago

MairusuPawa commented 8 years ago

USDX WP b2 introduced a new feature, avatars representing the player. They turned out to be quite popular when tested at a convention.

Unfortunately, they look weird in-game: pixelation (point filtering?) + deformed aspect ratio (widescreen). Would it be possible to handle them which a better filtering algorithm at least?

basisbit commented 8 years ago

this will need some work because currently, the avatar images are done as buttons and the current button code only does good up-scaling of images but no down-scaling, so opengl uses point-filtering.