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