diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2018-06-13 21:49:24 +0100 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2018-06-13 21:49:24 +0100 |
commit | edf6795edaa4ec822ac0e2bc906c71606b84b5c8 (patch) | |
tree | bb97e8a8783cebafde0e9a0e36053a1d9e3e7c34 /indra/llmath/llvolume.h | |
parent | abcddc97cf01fb61bc4b77ab492c02e3985bb1e1 (diff) |
SL-915, MAINT-8554 - cleanup/reorg, added encroachment fix info to DebugAnimatedObjects output
Diffstat (limited to 'indra/llmath/llvolume.h')
-rw-r--r-- | indra/llmath/llvolume.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/llmath/llvolume.h b/indra/llmath/llvolume.h index f92b43e77d..1d6d35c432 100644 --- a/indra/llmath/llvolume.h +++ b/indra/llmath/llvolume.h @@ -872,8 +872,6 @@ public: BOOL create(LLVolume* volume, BOOL partial_build = FALSE); void createTangents(); - void appendFace(const LLVolumeFace& face, LLMatrix4& transform, LLMatrix4& normal_tranform); - void resizeVertices(S32 num_verts); void allocateTangents(S32 num_verts); void allocateWeights(S32 num_verts); |