X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;ds=sidebyside;f=Source%2FPerson.h;h=4e0edaecb6dcf46be4f093007d2d5a7235053071;hb=4f4771bb67958d2e9180ba24d422141b9069e363;hp=a11f22bdafb074882c302ae2731af931937e773c;hpb=0010abfd8f9ce65ce3fad7c5f8c2da4f9aedbe94;p=lugaru.git diff --git a/Source/Person.h b/Source/Person.h index a11f22b..4e0edae 100644 --- a/Source/Person.h +++ b/Source/Person.h @@ -322,6 +322,8 @@ public: Person(); Person(FILE*, int, unsigned); + void skeletonLoad(bool clothes = false); + // convenience functions inline Joint& joint(int bodypart) { return skeleton.joints[skeleton.jointlabels[bodypart]]; } inline XYZ& jointPos(int bodypart) { return joint(bodypart).position; }