diff options
| author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2018-06-05 15:35:21 +0100 |
|---|---|---|
| committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2018-06-05 15:35:21 +0100 |
| commit | 3fcf7a32ee7256ef294c6c01c793f63dfdfb6958 (patch) | |
| tree | 70f5c2c8e8dbd8cb7440a186d2914a41499c5e36 /indra/llmath/llvolume.h | |
| parent | 228525aa27b05cc1aa8be27de4ae59f5ec590ae3 (diff) | |
SL-915 - incremental updates to dynamic bounding box, setting to control detail.
Diffstat (limited to 'indra/llmath/llvolume.h')
| -rw-r--r-- | indra/llmath/llvolume.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/llmath/llvolume.h b/indra/llmath/llvolume.h index 4357b69b90..e92cf0b21f 100644 --- a/indra/llmath/llvolume.h +++ b/indra/llmath/llvolume.h @@ -57,6 +57,7 @@ class LLVolumeTriangle; #include "llpointer.h" #include "llfile.h" #include "llalignedarray.h" +#include "llrigginginfo.h" //============================================================================ @@ -958,6 +959,10 @@ public: LLVector4a* mWeights; mutable BOOL mWeightsScrubbed; + + // Which joints are rigged to, and the bounding box of any rigged + // vertices per joint. + joint_rig_info_tab *mJointRiggingInfoTabPtr; LLOctreeNode<LLVolumeTriangle>* mOctree; |
