diff options
author | Cosmic Linden <cosmic@lindenlab.com> | 2023-10-13 09:57:24 -0700 |
---|---|---|
committer | Cosmic Linden <cosmic@lindenlab.com> | 2023-10-13 09:57:24 -0700 |
commit | 49a5b79c2b1ba5f4b909d1bfab89bb7ad9c1e888 (patch) | |
tree | 8b523f42c6c778967fa01a54db186fab1df1c520 /indra/newview/lldrawpoolterrain.h | |
parent | 474923e3cb29df35e8807006ad16861eb1dc24d0 (diff) |
DRTVWR-592: (WIP) Debugging, rethinking
Diffstat (limited to 'indra/newview/lldrawpoolterrain.h')
-rw-r--r-- | indra/newview/lldrawpoolterrain.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/lldrawpoolterrain.h b/indra/newview/lldrawpoolterrain.h index fbf6a8d917..2a487228ed 100644 --- a/indra/newview/lldrawpoolterrain.h +++ b/indra/newview/lldrawpoolterrain.h @@ -37,6 +37,7 @@ public: { VERTEX_DATA_MASK = LLVertexBuffer::MAP_VERTEX | LLVertexBuffer::MAP_NORMAL | + LLVertexBuffer::MAP_TANGENT | // Only PBR terrain uses this currently LLVertexBuffer::MAP_TEXCOORD0 | LLVertexBuffer::MAP_TEXCOORD1 }; |