]> git.jsancho.org Git - lugaru.git/commitdiff
Removed unused methods from Skeleton
authorCôme Chilliet <come@chilliet.eu>
Fri, 9 Dec 2016 17:16:35 +0000 (00:16 +0700)
committerCôme Chilliet <come@chilliet.eu>
Fri, 9 Dec 2016 17:16:35 +0000 (00:16 +0700)
Source/Animation/Skeleton.h

index f94b2417616577d210e46f3afa5b63ed7f38b6a3..2882188a3d646bbdd09e430a63cb95f3f683cb0a 100644 (file)
@@ -97,19 +97,6 @@ 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();