Home
last modified time | relevance | path

Searched refs:m_animation_frames (Results 1 – 4 of 4) sorted by relevance

/dports/games/minetest/minetest-5.4.1/src/client/
H A Dmapblock_mesh.h151 std::map<std::pair<u8, u32>, int> m_animation_frames; // last animation frame variable
H A Dmapblock_mesh.cpp1113 m_animation_frames[std::pair<u8, u32>(layer, i)] = 0; in MapBlockMesh()
1241 m_animation_frames[crack_material.first] = -1; in animate()
1256 if (frame == m_animation_frames[animation_tile.first]) in animate()
1259 m_animation_frames[animation_tile.first] = frame; in animate()
/dports/games/freeminer/freeminer-0.4.10.4/src/
H A Dmapblock_mesh.h187 std::map<u32, int> m_animation_frames; // last animation frame variable
H A Dmapblock_mesh.cpp1189 m_animation_frames[i] = 0; in MapBlockMesh()
1370 m_animation_frames[i->first] = -1; in animate()
1388 if(frame == m_animation_frames[i->first]) in animate()
1391 m_animation_frames[i->first] = frame; in animate()