From 118285e6babd511c285780b07c275d527d7da9b1 Mon Sep 17 00:00:00 2001 From: MirceaKitsune Date: Fri, 26 Oct 2012 18:03:24 +0300 Subject: Get the new animation framework properly working Store start and end frames as v2f Also move bone animations to their own function instead of object properties --- src/object_properties.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/object_properties.h') diff --git a/src/object_properties.h b/src/object_properties.h index 719b022ca..53d482904 100644 --- a/src/object_properties.h +++ b/src/object_properties.h @@ -34,8 +34,6 @@ struct ObjectProperties core::aabbox3d collisionbox; std::string visual; std::string mesh; - std::map animation_bone_position; - std::map animation_bone_rotation; v2f visual_size; core::array textures; v2s16 spritediv; -- cgit v1.2.3