diff options
| author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2025-06-19 19:20:35 +0300 | 
|---|---|---|
| committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2025-06-19 20:50:29 +0300 | 
| commit | f5320302d4b81825b1037ca0074a65ad9eac14ac (patch) | |
| tree | 6b6c97ffab146e0dc8a2efeffda8e99b84e8becd /indra/newview/gltf/llgltfloader.h | |
| parent | 5bc92322e974c6c1a0fcc7db0ebb6479ed486a0b (diff) | |
#4214 Revert and remake "weights remap"
This reverts commits fe10a83f69bb26eb581e143fb99c1250c355938b
and 08f6f5c697fce4ccbfba357ab9ce5af915dd0574..
Diffstat (limited to 'indra/newview/gltf/llgltfloader.h')
| -rw-r--r-- | indra/newview/gltf/llgltfloader.h | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/indra/newview/gltf/llgltfloader.h b/indra/newview/gltf/llgltfloader.h index aa77c39030..393df8c4ee 100644 --- a/indra/newview/gltf/llgltfloader.h +++ b/indra/newview/gltf/llgltfloader.h @@ -207,6 +207,9 @@ protected:      bind_matrices_t                     mInverseBindMatrices;      bind_matrices_t                     mAlternateBindMatrices; +    // per skin joint count, needs to be tracked for the sake of limits check. +    std::vector<S32>                    mValidJointsCount; +  private:      bool parseMeshes();      void uploadMeshes(); | 
