feat(suis/hand): distance per joint

This commit is contained in:
Nova
2023-09-27 01:16:44 -04:00
parent 1519acc799
commit ee8f789f74
4 changed files with 9 additions and 4 deletions

View File

@@ -20,6 +20,7 @@ fn convert_joint(joint: HandJoint) -> Joint {
position: joint.position.into(),
rotation: joint.orientation.into(),
radius: joint.radius,
distance: 0.0,
}
}