Exemple #1
0
static void reportByName(RigPointer rig, const QString& name) {
    int jointIndex = rig->indexOfJoint(name);
    reportJoint(jointIndex, rig->getJointState(jointIndex));
}
Exemple #2
0
static void reportByName(RigPointer rig, const QString& name) {
    int jointIndex = rig->indexOfJoint(name);
    reportJoint(rig, jointIndex);
}