summaryrefslogtreecommitdiff
path: root/indra/newview/gltf/llgltfloader.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/gltf/llgltfloader.h')
-rw-r--r--indra/newview/gltf/llgltfloader.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/gltf/llgltfloader.h b/indra/newview/gltf/llgltfloader.h
index 9d0560de63..519f2d8a07 100644
--- a/indra/newview/gltf/llgltfloader.h
+++ b/indra/newview/gltf/llgltfloader.h
@@ -144,6 +144,8 @@ class LLGLTFLoader : public LLModelLoader
glm::vec3 position;
glm::vec3 normal;
glm::vec2 uv0;
+ glm::u16vec4 joints;
+ glm::vec4 weights;
};
protected: