Home
last modified time | relevance | path

Searched refs:childWeight (Results 1 – 2 of 2) sorted by relevance

/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_TransformAnim.cpp1017 const float childWeight = m_Weights[animIdx]; in GetResult() local
1018 NW_ASSERT(childWeight >= 0.0f); in GetResult()
1021 childWeight * weightNormalizeScale[0], in GetResult()
1022 childWeight * weightNormalizeScale[1], in GetResult()
1023 childWeight * weightNormalizeScale[2] in GetResult()
1138 const float childWeight = m_NormalizedWeights[animIdx]; in GetResult() local
1139 NW_ASSERT(childWeight >= 0.0f); in GetResult()
1142 childWeight, in GetResult()
1143 childWeight, in GetResult()
1144 childWeight in GetResult()
[all …]
Dgfx_AnimObject.cpp643 const float childWeight = m_Weights[animIdx] * weightNormalizeScale; in GetResult() local
644 if (!AnimWeightNearlyEqualZero(childWeight)) in GetResult()
657 if (!blendOp->Blend(result, compWeights, childResult, &childWeight)) in GetResult()
724 const float childWeight = m_NormalizedWeights[animIdx]; in GetResult() local
725 if (!AnimWeightNearlyEqualZero(childWeight)) in GetResult()
750 if (!blendOp->Blend(result, compWeights, childResult, &childWeight)) in GetResult()
822 const float childWeight = m_Weights[animIdx]; in GetResult() local
823 if (!AnimWeightNearlyEqualZero(childWeight)) in GetResult()
836 if (!blendOp->Blend(result, NULL, childResult, &childWeight)) in GetResult()