From ba4d93027f7b1590f303eff2138cae413faf5c34 Mon Sep 17 00:00:00 2001 From: MirceaKitsune Date: Fri, 26 Oct 2012 11:46:46 +0300 Subject: Joint positioning and rotation code, and fix a problem related to their lua API Attempt to move the animation system to a more correct implementation, rather than using object properties. Incomplete and breaks functionality --- src/object_properties.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/object_properties.h') diff --git a/src/object_properties.h b/src/object_properties.h index 3ab488f92..719b022ca 100644 --- a/src/object_properties.h +++ b/src/object_properties.h @@ -34,9 +34,6 @@ struct ObjectProperties core::aabbox3d collisionbox; std::string visual; std::string mesh; - core::vector2d animation_frames; - float animation_speed; - float animation_blend; std::map animation_bone_position; std::map animation_bone_rotation; v2f visual_size; -- cgit v1.2.3