Page 1 of 1

IGNORE (Please avoid indexed textures using alpha, use RGBA)

PostPosted: Sun Nov 20, 2016 00:41
by paramat
EDIT: Please ignore this.

With mip-mapping enabled, some GPUs (such as my Intel integrated graphics) cause a visual bug with indexed textures that use alpha. This bug has been present for a while but not noticed before. All indexed alpha textures in MTGame will now be converted to RGBA.
Issue https://github.com/minetest/minetest_game/issues/1397

We advise that in your mods you use RGBA mode for any texture that contains transparent or semi-tranparent pixels. You may wish to convert your existing textures.

Re: IGNORE (Please avoid indexed textures using alpha, use R

PostPosted: Tue Nov 22, 2016 06:01
by paramat
With further testing, the visual bug remains even when textures are converted to RGBA, so there is no evidence doing this will help.