diff options
| author | Jonathan "Geenz" Goodman <geenz@geenzo.com> | 2025-05-05 05:06:46 -0400 |
|---|---|---|
| committer | Jonathan "Geenz" Goodman <geenz@geenzo.com> | 2025-05-05 05:06:46 -0400 |
| commit | 629e56d864726eaa0340be220be8c3e3f500ca32 (patch) | |
| tree | 05fcc284ff166de3f4f8fc09391bdae74cdf8f9c /indra/newview/gltf/llgltfloader.h | |
| parent | 4dedd13e61c6ba287c9145d232b6adec6f4bb7e3 (diff) | |
Make sure transformation matricies are actually setup. Start getting joints in.
Diffstat (limited to 'indra/newview/gltf/llgltfloader.h')
| -rw-r--r-- | indra/newview/gltf/llgltfloader.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/gltf/llgltfloader.h b/indra/newview/gltf/llgltfloader.h index 044cc262d7..9d0560de63 100644 --- a/indra/newview/gltf/llgltfloader.h +++ b/indra/newview/gltf/llgltfloader.h @@ -166,6 +166,7 @@ private: bool parseMaterials(); void uploadMaterials(); bool populateModelFromMesh(LLModel* pModel, const LL::GLTF::Mesh &mesh, const LL::GLTF::Node &node, material_map& mats); + void populateJointFromSkin(const LL::GLTF::Skin& skin); LLUUID imageBufferToTextureUUID(const gltf_texture& tex); // bool mPreprocessGLTF; |
