summaryrefslogtreecommitdiff
path: root/indra/llmath/llvolume.h
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2015-10-19 16:32:49 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2015-10-19 16:32:49 -0400
commit6c6a95478ecd657c271354d93a6f98c90093bac5 (patch)
tree3272eb91816b849d65c9d72293ee0a4769827306 /indra/llmath/llvolume.h
parent58992e2cb4ae2787b85cff63c3ed680cd99fa8ce (diff)
SL-234 WIP - remap skin weights to match included-joint logic
Diffstat (limited to 'indra/llmath/llvolume.h')
-rwxr-xr-xindra/llmath/llvolume.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/llmath/llvolume.h b/indra/llmath/llvolume.h
index 1da2d0c6b1..33e1403a14 100755
--- a/indra/llmath/llvolume.h
+++ b/indra/llmath/llvolume.h
@@ -953,6 +953,10 @@ public:
// mWeights.size() should be empty or match mVertices.size()
LLVector4a* mWeights;
+ // Whether or not the weights have been cleaned up and remapped
+ // based on currently supported joints.
+ mutable BOOL mWeightsRemapped;
+
LLOctreeNode<LLVolumeTriangle>* mOctree;
//whether or not face has been cache optimized