summaryrefslogtreecommitdiff
path: root/indra/newview/llskinningutil.h
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2016-10-18 16:05:35 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2016-10-18 16:05:35 -0400
commit8230a9937f3bded847dae6c33e01b44158a7f8ee (patch)
tree77ecbe9a9d6796b3704d0b6a13d6ebfe2f07eec6 /indra/newview/llskinningutil.h
parent801a628cc116954f589d8478d5cfa06998db6beb (diff)
MAINT-6841 - removed the joint remapping code, since it was designed to support a feature we no longer have. This also incidentally fixes any bugs caused by the joint remapping code.
Diffstat (limited to 'indra/newview/llskinningutil.h')
-rw-r--r--indra/newview/llskinningutil.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/indra/newview/llskinningutil.h b/indra/newview/llskinningutil.h
index 9a28100dc3..6a6091114c 100644
--- a/indra/newview/llskinningutil.h
+++ b/indra/newview/llskinningutil.h
@@ -37,14 +37,10 @@ public:
static void initClass();
static U32 getMaxJointCount();
static U32 getMeshJointCount(const LLMeshSkinInfo *skin);
- static void remapSkinInfoJoints(LLVOAvatar *avatar, LLMeshSkinInfo* skin);
+ static void scrubInvalidJoints(LLVOAvatar *avatar, LLMeshSkinInfo* skin);
static void initSkinningMatrixPalette(LLMatrix4* mat, S32 count, const LLMeshSkinInfo* skin, LLVOAvatar *avatar);
static void checkSkinWeights(LLVector4a* weights, U32 num_vertices, const LLMeshSkinInfo* skin);
- static void remapSkinWeights(LLVector4a* weights, U32 num_vertices, const LLMeshSkinInfo* skin);
static void getPerVertexSkinMatrix(F32* weights, LLMatrix4a* mat, bool handle_bad_scale, LLMatrix4a& final_mat, U32 max_joints);
-
- // This is initialized from gSavedSettings at startup and then left alone.
- static bool sIncludeEnhancedSkeleton;
};
#endif