diff options
author | Cosmic Linden <cosmic@lindenlab.com> | 2023-10-13 09:57:32 -0700 |
---|---|---|
committer | Cosmic Linden <cosmic@lindenlab.com> | 2023-10-13 09:57:32 -0700 |
commit | 763a9b5249640ef71d532ff3c9c28418bd90fb68 (patch) | |
tree | dc095c1c8822b2e2108d67ae35f0309b01f6d779 /indra/newview/llvosurfacepatch.h | |
parent | 49a5b79c2b1ba5f4b909d1bfab89bb7ad9c1e888 (diff) |
DRTVWR-592: Working tangent calculation, not yet used
Diffstat (limited to 'indra/newview/llvosurfacepatch.h')
-rw-r--r-- | indra/newview/llvosurfacepatch.h | 6 |
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 |