Searched refs:jointBoundsData (Results 1 – 1 of 1) sorted by relevance
60 void UpdateJointBounds(IPicking& pick, const array_view<const float>& jointBoundsData, in UpdateJointBounds() argument63 const size_t jointBoundsDataSize = jointBoundsData.size(); in UpdateJointBounds()66 CORE_ASSERT(jointBoundsData.size() % 6 == 0); // 6: should be multiple of 6 in UpdateJointBounds()79 const float* boundsData = &jointBoundsData[j * 6]; in UpdateJointBounds()