X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FAnimation%2FSkeleton.h;h=db03e75af512cbf9fba57349ee90ea27cc3d8108;hb=8a32dc9e4e1011b10f009e999d7d008aa2711d8a;hp=f94b2417616577d210e46f3afa5b63ed7f38b6a3;hpb=1991e81a5c3bcc9cd0d6d49f56ebd8bcbd76e7b4;p=lugaru.git diff --git a/Source/Animation/Skeleton.h b/Source/Animation/Skeleton.h index f94b241..db03e75 100644 --- a/Source/Animation/Skeleton.h +++ b/Source/Animation/Skeleton.h @@ -33,15 +33,6 @@ along with Lugaru. If not, see . #include "Animation/Joint.h" #include "Animation/Muscle.h" -enum bodyparts { - head, neck, - leftshoulder, leftelbow, leftwrist, lefthand, - rightshoulder, rightelbow, rightwrist, righthand, - abdomen, lefthip, righthip, groin, - leftknee, leftankle, leftfoot, - rightknee, rightankle, rightfoot -}; - const int max_joints = 50; class Skeleton @@ -97,21 +88,7 @@ public: void FindRotationMuscle(int which, int animation); void Load(const std::string& fileName, const std::string& lowfileName, const std::string& clothesfileName, const std::string& modelfileName, const std::string& model2fileName, const std::string& model3fileName, const std::string& model4fileName, const std::string& model5fileNamee, const std::string& model6fileName, const std::string& model7fileName, const std::string& modellowfileName, const std::string& modelclothesfileName, bool aclothes); - /* - // unused - void FindForwardsfirst(); - void Draw(int muscleview); - void AddJoint(float x, float y, float z, int which); - void SetJoint(float x, float y, float z, int which, int whichjoint); - void DeleteJoint(int whichjoint); - void AddMuscle(int attach1, int attach2, float maxlength, float minlength, int type); - void DeleteMuscle(int whichmuscle); - void DoBalance(); - void MusclesSet(); - */ - Skeleton(); - ~Skeleton(); private: // convenience functions