From 599983e84cffd250055557d78b4d8b4af84cb092 Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=B4me=20Chilliet?= Date: Sat, 10 Dec 2016 00:16:35 +0700 Subject: [PATCH] Removed unused methods from Skeleton --- Source/Animation/Skeleton.h | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/Source/Animation/Skeleton.h b/Source/Animation/Skeleton.h index f94b241..2882188 100644 --- a/Source/Animation/Skeleton.h +++ b/Source/Animation/Skeleton.h @@ -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(); -- 2.39.2