我有一个 160x160 像素的精灵(在附件中)。
调整大小后,精灵变得不清楚(右图)。
我怎样才能获得正常的质量(中图)?
感谢帮助。
BitmapTextureAtlas Texture1 = new BitmapTextureAtlas(null, 1024, 1024, TextureOptions.BILINEAR_PREMULTIPLYALPHA);
mEngine.getTextureManager().loadTexture(Texture1);
ITextureRegion player = BitmapTextureAtlasTextureRegionFactory.createFromAsset(Texture1, this, "player.png", 0, 0);