Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_TransformAnimInterpolator.cpp142 const float childWeight = m_Weights[animIdx]; in GetResult() local
143 NW_ASSERT(childWeight >= 0.0f); in GetResult()
146 childWeight * weightNormalizeScale[0], in GetResult()
147 childWeight * weightNormalizeScale[1], in GetResult()
148 childWeight * weightNormalizeScale[2] in GetResult()
267 const float childWeight = m_NormalizedWeights[animIdx]; in GetResult() local
268 NW_ASSERT(childWeight >= 0.0f); in GetResult()
271 childWeight, in GetResult()
272 childWeight, in GetResult()
273 childWeight in GetResult()
Dgfx_AnimInterpolator.cpp122 const float childWeight = m_Weights[animIdx] * weightNormalizeScale; in GetResult() local
123 if (!AnimWeightNearlyEqualZero(childWeight)) in GetResult()
136 if (!blendOp->Blend(result, compWeights, childResult, &childWeight)) in GetResult()
203 const float childWeight = m_NormalizedWeights[animIdx]; in GetResult() local
204 if (!AnimWeightNearlyEqualZero(childWeight)) in GetResult()
229 if (!blendOp->Blend(result, compWeights, childResult, &childWeight)) in GetResult()
Dgfx_TransformAnimAdder.cpp73 const float childWeight = m_Weights[animIdx]; in GetResult() local
74 float srcWeights[3] = { childWeight, childWeight, childWeight }; in GetResult()
Dgfx_AnimAdder.cpp78 const float childWeight = m_Weights[animIdx]; in GetResult() local
79 if (!AnimWeightNearlyEqualZero(childWeight)) in GetResult()
92 if (!blendOp->Blend(result, NULL, childResult, &childWeight)) in GetResult()