Searched refs:childWeight (Results 1 – 2 of 2) sorted by relevance
| /NW4C-1.3.3/sources/libraries/gfx/ |
| D | gfx_TransformAnim.cpp | 1010 const float childWeight = m_Weights[animIdx]; in GetResult() local 1011 NW_ASSERT(childWeight >= 0.0f); in GetResult() 1014 childWeight * weightNormalizeScale[0], in GetResult() 1015 childWeight * weightNormalizeScale[1], in GetResult() 1016 childWeight * weightNormalizeScale[2] in GetResult() 1139 const float childWeight = m_NormalizedWeights[animIdx]; in GetResult() local 1140 NW_ASSERT(childWeight >= 0.0f); in GetResult() 1143 childWeight, in GetResult() 1144 childWeight, in GetResult() 1145 childWeight in GetResult() [all …]
|
| D | gfx_AnimObject.cpp | 642 const float childWeight = m_Weights[animIdx] * weightNormalizeScale; in GetResult() local 643 if (!AnimWeightNearlyEqualZero(childWeight)) in GetResult() 656 if (!blendOp->Blend(result, compWeights, childResult, &childWeight)) in GetResult() 723 const float childWeight = m_NormalizedWeights[animIdx]; in GetResult() local 724 if (!AnimWeightNearlyEqualZero(childWeight)) in GetResult() 749 if (!blendOp->Blend(result, compWeights, childResult, &childWeight)) in GetResult() 821 const float childWeight = m_Weights[animIdx]; in GetResult() local 822 if (!AnimWeightNearlyEqualZero(childWeight)) in GetResult() 835 if (!blendOp->Blend(result, NULL, childResult, &childWeight)) in GetResult()
|