Skip to content

Commit

Permalink
Merge pull request #1 from AnyBody/main
Browse files Browse the repository at this point in the history
Pull changes from main repo
  • Loading branch information
divyaksh-chander authored Jul 4, 2022
2 parents d77fafd + 7b1895c commit 2b36189
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Model/AnyFamily/AnyMan.any
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ Main.HumanModel.Anthropometrics = {
Pelvis = 0.142*.BodyMass;

Right ={
Clavicle = 0.0133*..BodyMass;
// Please substitute "Shoulder" with "Clavicle" for AMMR 2.3.4 or lower
Shoulder = 0.0133*..BodyMass;
UpperArm = 0.028*..BodyMass;
LowerArm = 0.016*..BodyMass;
Thigh = 0.1*..BodyMass;
Expand All @@ -27,7 +28,8 @@ Main.HumanModel.Anthropometrics = {
Foot = 0.0145*0.8*..BodyMass; //80% of total foot (from bone volume ratio)
};
Left={
Clavicle = 0.0133*..BodyMass;
// Please substitute "Shoulder" with "Clavicle" for AMMR 2.3.4 or lower
Shoulder = 0.0133*..BodyMass;
UpperArm = 0.028*..BodyMass;
LowerArm = 0.016*..BodyMass;
Thigh = 0.1*..BodyMass;
Expand Down Expand Up @@ -69,4 +71,4 @@ Main.HumanModel.Anthropometrics = {

};

};
};

0 comments on commit 2b36189

Please sign in to comment.