diff options
| author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2025-06-05 21:07:19 +0300 |
|---|---|---|
| committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2025-06-05 21:44:11 +0300 |
| commit | 74d990872c8d8f59083b868a7ae8df5e90df62c2 (patch) | |
| tree | 9939e475ed6b7b21d67fb00942d06814ed7769a1 /indra/newview/gltf/llgltfloader.h | |
| parent | 08f6f5c697fce4ccbfba357ab9ce5af915dd0574 (diff) | |
#4214 Fix material upload
Diffstat (limited to 'indra/newview/gltf/llgltfloader.h')
| -rw-r--r-- | indra/newview/gltf/llgltfloader.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/gltf/llgltfloader.h b/indra/newview/gltf/llgltfloader.h index a3ee8d91df..5b9eb78c63 100644 --- a/indra/newview/gltf/llgltfloader.h +++ b/indra/newview/gltf/llgltfloader.h @@ -181,7 +181,8 @@ private: LLModel* pModel, U32 submodel_limit, const LLMatrix4& transformation, - const LLVolumeParams& volume_params); + const LLVolumeParams& volume_params, + const material_map& mats); S32 findClosestValidJoint(S32 source_joint, const LL::GLTF::Skin& gltf_skin) const; S32 findValidRootJointNode(S32 source_joint_node, const LL::GLTF::Skin& gltf_skin) const; S32 findGLTFRootJointNode(const LL::GLTF::Skin& gltf_skin) const; // if there are multiple roots, gltf stores them under one commor joint |
