diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2014-11-03 05:46:31 -0500 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2014-11-03 05:46:31 -0500 |
commit | 7fec81b102e92e1a4e5a36fde077ef9b82cc7123 (patch) | |
tree | d4cda26dd26ac29b771aa235bc660c02774de8ef /indra/llcharacter/lljoint.h | |
parent | 90aca8f95af4c73e592d9657d0eba4d9a709244c (diff) |
SL-93 WIP - pelvis fixup offsets
Diffstat (limited to 'indra/llcharacter/lljoint.h')
-rwxr-xr-x | indra/llcharacter/lljoint.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llcharacter/lljoint.h b/indra/llcharacter/lljoint.h index f8639af3de..56da8e83b2 100755 --- a/indra/llcharacter/lljoint.h +++ b/indra/llcharacter/lljoint.h @@ -201,6 +201,7 @@ public: void addAttachmentPosOverride( const LLVector3& pos, const LLUUID& mesh_id, const std::string& av_info ); void removeAttachmentPosOverride( const LLUUID& mesh_id, const std::string& av_info ); + bool hasAttachmentPosOverride( LLVector3& pos, LLUUID& mesh_id ) const; //Accessor for the joint id LLUUID getId( void ) { return mId; } |