summaryrefslogtreecommitdiff
path: root/indra/newview/gltf/llgltfloader.h
diff options
context:
space:
mode:
authorJonathan "Geenz" Goodman <geenz@geenzo.com>2025-05-04 23:40:10 -0400
committerJonathan "Geenz" Goodman <geenz@geenzo.com>2025-05-04 23:40:10 -0400
commitdd74b361e35a4e2516fee0b16ca0acf00da58547 (patch)
treec9eca3d417674b8cb9ba1f8b3a22f862c13a1f24 /indra/newview/gltf/llgltfloader.h
parente87c62940656aa740ddfa20bb2eed7a13cdb59c7 (diff)
Fix import rotation and UVs
Diffstat (limited to 'indra/newview/gltf/llgltfloader.h')
-rw-r--r--indra/newview/gltf/llgltfloader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/gltf/llgltfloader.h b/indra/newview/gltf/llgltfloader.h
index cfb545be6f..044cc262d7 100644
--- a/indra/newview/gltf/llgltfloader.h
+++ b/indra/newview/gltf/llgltfloader.h
@@ -165,7 +165,7 @@ private:
void uploadMeshes();
bool parseMaterials();
void uploadMaterials();
- bool populateModelFromMesh(LLModel* pModel, const LL::GLTF::Mesh &mesh, material_map& mats);
+ bool populateModelFromMesh(LLModel* pModel, const LL::GLTF::Mesh &mesh, const LL::GLTF::Node &node, material_map& mats);
LLUUID imageBufferToTextureUUID(const gltf_texture& tex);
// bool mPreprocessGLTF;