diff options
author | Brad Linden <brad@lindenlab.com> | 2024-06-12 10:31:27 -0700 |
---|---|---|
committer | Brad Linden <brad@lindenlab.com> | 2024-06-12 10:31:27 -0700 |
commit | d12c897bfc77a800fcec5e22a21c9d0344b0d0bc (patch) | |
tree | 18752bdf92b12fce68642c94acec2d78b9c43fbe /indra/newview/gltf/primitive.h | |
parent | 9775d7ea10ff87d913b1ba361a9204f961cd9c3f (diff) | |
parent | f0de2ba6340e0d540aa70ac0086defde52cf60af (diff) |
Merge remote-tracking branch 'origin/project/gltf_development' into brad/maint-a-merge-to-gltf-dev
# Conflicts:
# indra/newview/gltf/primitive.cpp
Diffstat (limited to 'indra/newview/gltf/primitive.h')
-rw-r--r-- | indra/newview/gltf/primitive.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/gltf/primitive.h b/indra/newview/gltf/primitive.h index f9d7c63c65..7cc05cf831 100644 --- a/indra/newview/gltf/primitive.h +++ b/indra/newview/gltf/primitive.h @@ -58,7 +58,8 @@ namespace LL LLPointer<LLVertexBuffer> mVertexBuffer; // CPU copy of mesh data, keep these as LLVector types for compatibility with raycasting code - std::vector<LLVector2> mTexCoords; + std::vector<LLVector2> mTexCoords0; + std::vector<LLVector2> mTexCoords1; std::vector<LLVector4a> mNormals; std::vector<LLVector4a> mTangents; std::vector<LLVector4a> mPositions; |