X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FPerson.h;h=4e0edaecb6dcf46be4f093007d2d5a7235053071;hb=af1d37a1d6e36f63c514c20dc6413e9d61146ec6;hp=a11f22bdafb074882c302ae2731af931937e773c;hpb=a78a181cbf7c2784f17f9c753c34e9f4ac003c58;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; }