[38ba34]: / Body / AAUHuman / BodyModels / GenericBodyModel / RightPsoas.any

Download this file

14 lines (8 with data), 344 Bytes


Trunk = {
  //Including all muscle parameters here, in this case we only needed the Psoas muscles,
  //but here all are included to avoid splitting files
  #include "../../Trunk/MuscleParametersSpineSimpleRight.any"
  
  MusclesSpineRight = {
    #include "../../Trunk/PsoasMajorRight.any"
  }; // End of MuscleSpineRight
  
};