diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2025-05-28 12:02:50 +0300 |
---|---|---|
committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2025-05-28 20:19:11 +0300 |
commit | 4c60231c3fa52a0875ff5ddd7cc4e416f839da95 (patch) | |
tree | 87467add08563859619ab33603cb569c95eadbde /indra/llprimitive/llmodel.h | |
parent | 078cc9b0c1dc00b55bad9b3152651a66e8e2e79f (diff) |
#4080 Rigged mesh support #6
For now not touching normalizeVolumeFaces() to not brick dae upload
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 fe28926720..5c6d0a55d2 100644 --- a/indra/llprimitive/llmodel.h +++ b/indra/llprimitive/llmodel.h @@ -202,6 +202,7 @@ public: void sortVolumeFacesByMaterialName(); void normalizeVolumeFaces(); + void normalizeVolumeFacesAndWeights(); void trimVolumeFacesToSize(U32 new_count = LL_SCULPT_MESH_MAX_FACES, LLVolume::face_list_t* remainder = NULL); void remapVolumeFaces(); void optimizeVolumeFaces(); |