Home
last modified time | relevance | path

Searched refs:fWeights (Results 1 - 1 of 1) sorted by relevance

/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dmesh_builder.cpp2092 float fWeights[4U]; in CalculateJointBounds() local
2094 fWeights[j] = weightFormat.toIntermediate(weights + j * weightFormat.componentByteSize); in CalculateJointBounds()
2097 for (size_t w = 0; w < countof(fWeights); ++w) { in CalculateJointBounds()
2099 if (fWeights[w] >= Math::EPSILON) { in CalculateJointBounds()
2132 float fWeights[4U]; in CalculateJointBounds() local
2134 fWeights[j] = weightFormat.toIntermediate(weights + j * weightFormat.componentByteSize); in CalculateJointBounds()
2137 for (size_t w = 0; w < countof(fWeights); ++w) { in CalculateJointBounds()
2138 if (fWeights[w] < Math::EPSILON) { in CalculateJointBounds()

Completed in 4 milliseconds