diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2025-06-04 20:57:10 +0300 |
---|---|---|
committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2025-06-05 01:14:50 +0300 |
commit | 08f6f5c697fce4ccbfba357ab9ce5af915dd0574 (patch) | |
tree | f3890c7d6987edcc8b1a1b519a887aaf43fdc711 /indra/llprimitive/llmodel.h | |
parent | 11ece6840b034973a33626e98bd2412f0577ac5a (diff) |
#4214 Weights and Joints remap
Diffstat (limited to 'indra/llprimitive/llmodel.h')
-rw-r--r-- | indra/llprimitive/llmodel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llprimitive/llmodel.h b/indra/llprimitive/llmodel.h index 5c6d0a55d2..7fa3a00ee2 100644 --- a/indra/llprimitive/llmodel.h +++ b/indra/llprimitive/llmodel.h @@ -205,6 +205,7 @@ public: void normalizeVolumeFacesAndWeights(); void trimVolumeFacesToSize(U32 new_count = LL_SCULPT_MESH_MAX_FACES, LLVolume::face_list_t* remainder = NULL); void remapVolumeFaces(); + void remapSkinWeightsAndJoints(); void optimizeVolumeFaces(); void offsetMesh( const LLVector3& pivotPoint ); void getNormalizedScaleTranslation(LLVector3& scale_out, LLVector3& translation_out) const; |