Lines Matching refs:childWeight
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()
1269 const float childWeight = m_Weights[animIdx]; in GetResult() local
1270 float srcWeights[3] = { childWeight, childWeight, childWeight }; in GetResult()