1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-05 19:31:04 +00:00

Fix some issues with animations, and allow non-looped animations to be defined

This commit is contained in:
MirceaKitsune 2015-02-21 23:38:53 +02:00 committed by est31
parent 622918d8a8
commit 660fa516bf
10 changed files with 59 additions and 25 deletions

View file

@ -86,6 +86,7 @@ private:
v2s32 m_animation_range;
int m_animation_speed;
int m_animation_blend;
bool m_animation_loop;
std::map<std::string, core::vector2d<v3f> > m_bone_position; // stores position and rotation for each bone name
std::string m_attachment_bone;
v3f m_attachment_position;