summaryrefslogtreecommitdiff
path: root/indra/newview/llvosurfacepatch.h
diff options
context:
space:
mode:
authorCosmic Linden <cosmic@lindenlab.com>2023-10-13 09:57:32 -0700
committerCosmic Linden <cosmic@lindenlab.com>2023-10-13 09:57:32 -0700
commit763a9b5249640ef71d532ff3c9c28418bd90fb68 (patch)
treedc095c1c8822b2e2108d67ae35f0309b01f6d779 /indra/newview/llvosurfacepatch.h
parent49a5b79c2b1ba5f4b909d1bfab89bb7ad9c1e888 (diff)
DRTVWR-592: Working tangent calculation, not yet used
Diffstat (limited to 'indra/newview/llvosurfacepatch.h')
-rw-r--r--indra/newview/llvosurfacepatch.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/indra/newview/llvosurfacepatch.h b/indra/newview/llvosurfacepatch.h
index 7d0f649dea..a3dcb945d1 100644
--- a/indra/newview/llvosurfacepatch.h
+++ b/indra/newview/llvosurfacepatch.h
@@ -65,7 +65,6 @@ public:
/*virtual*/ void updateFaceSize(S32 idx);
void getTerrainGeometry(LLStrider<LLVector3> &verticesp,
LLStrider<LLVector3> &normalsp,
- LLStrider<LLVector4a> &tangentsp,
LLStrider<LLVector2> &texCoords0p,
LLStrider<LLVector2> &texCoords1p,
LLStrider<U16> &indicesp);
@@ -137,11 +136,6 @@ protected:
LLStrider<LLVector2> &texCoords1p,
LLStrider<U16> &indicesp,
U32 &index_offset);
- void genTerrainTangents(LLFace *facep,
- LLStrider<LLVector3> &verticesp,
- LLStrider<LLVector3> &normalsp,
- LLStrider<LLVector4a> &tangentsp,
- LLStrider<LLVector2> &texCoords0p);
};
#endif // LL_VOSURFACEPATCH_H