1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-11-06 10:15:19 +01:00

Fixes and improvements for item image animations (#16620)

This commit is contained in:
cx384
2025-10-29 10:26:59 +01:00
committed by GitHub
parent 97c9f8f709
commit d4d3e10531
8 changed files with 37 additions and 43 deletions

View File

@@ -187,6 +187,6 @@ scene::SMesh *getExtrudedMesh(video::ITexture *texture,
// This is only used to initially generate an ItemMesh
// To get the mesh, use ItemVisualsManager::getItemMesh(item, client) instead
void createItemMesh(Client *client, const ItemDefinition &def,
AnimationInfo &animation_normal,
AnimationInfo &animation_overlay,
const AnimationInfo &animation_normal,
const AnimationInfo &animation_overlay,
ItemMesh *result);