X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FAnimation%2FJoint.hpp;h=0e6c629f02be4fd2b844c7de6a18f8cdd40e3b18;hb=6c2be7b3030442d0ffda2d712ef2159283de2f22;hp=4b4f22107f2f6a631ed1a8e994703aca51f0681e;hpb=ed3662c0852c4312a612b4fc35bd03aba8d13db7;p=lugaru.git diff --git a/Source/Animation/Joint.hpp b/Source/Animation/Joint.hpp index 4b4f221..0e6c629 100644 --- a/Source/Animation/Joint.hpp +++ b/Source/Animation/Joint.hpp @@ -1,6 +1,6 @@ /* Copyright (C) 2003, 2010 - Wolfire Games -Copyright (C) 2010-2016 - Lugaru contributors (see AUTHORS file) +Copyright (C) 2010-2017 - Lugaru contributors (see AUTHORS file) This file is part of Lugaru. @@ -21,17 +21,32 @@ along with Lugaru. If not, see . #ifndef _JOINT_HPP_ #define _JOINT_HPP_ -#include "Math/Quaternions.hpp" +#include "Math/XYZ.hpp" #include -enum bodypart { - head, neck, - leftshoulder, leftelbow, leftwrist, lefthand, - rightshoulder, rightelbow, rightwrist, righthand, - abdomen, lefthip, righthip, groin, - leftknee, leftankle, leftfoot, - rightknee, rightankle, rightfoot +enum bodypart +{ + head, + neck, + leftshoulder, + leftelbow, + leftwrist, + lefthand, + rightshoulder, + rightelbow, + rightwrist, + righthand, + abdomen, + lefthip, + righthip, + groin, + leftknee, + leftankle, + leftfoot, + rightknee, + rightankle, + rightfoot }; class Joint