diff options
| author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2018-08-08 22:11:32 +0100 |
|---|---|---|
| committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2018-08-08 22:11:32 +0100 |
| commit | 56458152aca5a25663377fc9dde087de78bfb412 (patch) | |
| tree | f603aeeb29fcbbc319e3833e32fb86da56542471 /indra/newview/llskinningutil.cpp | |
| parent | 791979c553a09963f03239cecc90083fe3f8c657 (diff) | |
SL-704 - code cleanup, mostly old AXON comments.
Diffstat (limited to 'indra/newview/llskinningutil.cpp')
| -rw-r--r-- | indra/newview/llskinningutil.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llskinningutil.cpp b/indra/newview/llskinningutil.cpp index 3d6b0ed957..0fa4c2b114 100644 --- a/indra/newview/llskinningutil.cpp +++ b/indra/newview/llskinningutil.cpp @@ -317,7 +317,7 @@ void LLSkinningUtil::updateRiggingInfo(const LLMeshSkinInfo* skin, LLVOAvatar *a LLVector4 wght; S32 idx[4]; F32 scale = 0.0f; - // AXON unpacking of weights should be pulled into a common function and optimized if possible. + // FIXME unpacking of weights should be pulled into a common function and optimized if possible. for (U32 k = 0; k < 4; k++) { F32 w = weights[k]; @@ -342,7 +342,7 @@ void LLSkinningUtil::updateRiggingInfo(const LLMeshSkinInfo* skin, LLVOAvatar *a { rig_info_tab[joint_num].setIsRiggedTo(true); - // AXON can precompute these matMuls. + // FIXME could precompute these matMuls. LLMatrix4a bind_shape; bind_shape.loadu(skin->mBindShapeMatrix); LLMatrix4a inv_bind; |
