minetest-mods / skinsdb

Player skin mod, supporting unified_inventory, sfinv and smart_inventory
28 stars 41 forks source link

The hand texture blurred #79

Open bell07 opened 1 year ago

bell07 commented 1 year ago

I know it was working better in the past ... Now the hand looks like grafik @ZyuzlyaevPavel , can you please look into? I tested with Minetest 5.6.1 and skinsdb textures from contentdb branch Contentdb branch is master plus some default skins.

ZyuzlyaevPavel commented 1 year ago

Sure, i will look into it.

ZyuzlyaevPavel commented 1 year ago

Figured out the problem: It's texture filtering settings messing with the default material.

ZyuzlyaevPavel commented 1 year ago

Looks like its the problem with how the "mesh" nodes are rendered. The only exceptions are animated meshes https://github.com/minetest/minetest/issues/6556 https://github.com/minetest/minetest/pull/6562