|
String word = "spine"; // It would be better to limit the search with "spine" because it could be mistaken with breast, wing and etc...
|
|
String word = "spine"; // It would be better to limit the search with "spine" because it could be mistaken with breast, wing and etc...
|
|
if (is_match_with_bone_name(skeleton->get_bone_name(bone_idx), word)) {
|
|
if (is_match_with_bone_name(skeleton->get_bone_name(bone_idx), word)) {
|