lwjgl3ify colorful

lwjgl3ify colorful

475 Downloads

VintageFix's "mixin.textures" causes most textures to break

unilock opened this issue ยท 3 comments

commented

embeddedt/VintageFix#109

With VintageFix installed alongside lwjgl3ify, and mixin.textures set to true in its config (the default), most in-game textures appear broken.

2024-07-13_09 53 31

2024-07-13_09 53 35

Setting mixin.textures to false resolves this, but may incur a performance penalty.

latest.log

commented

Can lwjgl3ify expose some API/ability for VintageFix to disable the STB loading/stitching? mixin.textures has other features that are needed for dynamic model loading to not fail when the texture atlas would otherwise be too large. It also includes enough optimization that I doubt it will be a significant performance penalty to not have the STB stitcher.

commented

Setting stbiTextureStiching to false in lwjgl3ify's config also resolves this issue.

commented

Can lwjgl3ify expose some API/ability for VintageFix to disable the STB loading/stitching? mixin.textures has other features that are needed for dynamic model loading to not fail when the texture atlas would otherwise be too large. It also includes enough optimization that I doubt it will be a significant performance penalty to not have the STB stitcher.

STB Stitcher will be disabled if Vintagefix is loaded with #11