diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2017-10-25 20:16:39 +0100 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2017-10-25 20:16:39 +0100 |
commit | 96bc66a55778d25fa36ca42092f0ce3ca57bb3ce (patch) | |
tree | 6365bca70016684fb18156ade07b0654fe9a59c2 /indra/newview/llvovolume.h | |
parent | 6b6807598fa265750571e8ec9fa1b87b949be1fe (diff) |
SL-779 - refactoring related to rigged-mesh determination. animated objects must contain some triangles even if not at the root
Diffstat (limited to 'indra/newview/llvovolume.h')
-rw-r--r-- | indra/newview/llvovolume.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llvovolume.h b/indra/newview/llvovolume.h index e664191185..0a11074a66 100644 --- a/indra/newview/llvovolume.h +++ b/indra/newview/llvovolume.h @@ -262,6 +262,7 @@ public: virtual BOOL isFlexible() const; virtual BOOL isSculpted() const; virtual BOOL isMesh() const; + virtual BOOL isRiggedMesh() const; virtual BOOL hasLightTexture() const; @@ -269,6 +270,8 @@ public: BOOL canBeFlexible() const; BOOL setIsFlexible(BOOL is_flexible); + const LLMeshSkinInfo* getSkinInfo() const; + // Extended Mesh Properties U32 getExtendedMeshFlags() const; void onSetExtendedMeshFlags(U32 flags); |